/* FONTS */

@font-face {
    font-family: 'Inferi-Light'; 
    src: url('../fonts/Inferi/Inferi-Light.otf'); 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inferi-Regular'; 
    src: url('../fonts/Inferi/Inferi-Regular.otf'); 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry-Pro'; 
    src: url('../fonts/MabryPro/Mabry\ Pro.otf'); 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry-Light'; 
    src: url('../fonts/MabryPro/Mabry\ Pro\ Light.otf'); 
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mabry-Bold'; 
    src: url('../fonts/MabryPro/Mabry\ Pro\ Bold.otf'); 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry-Black'; 
    src: url('../fonts/MabryPro/Mabry\ Pro\ Black.otf'); 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dia-Black'; 
    src: url('../fonts/Dia/Dia-Black.otf'); 
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Dia-Bold'; 
    src: url('../fonts/Dia/Dia-Bold.otf'); 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dia-Regular'; 
    src: url('../fonts/Dia/Dia-Regular.otf'); 
    font-style: normal;
    font-display: swap;
}

