
@font-face {
    font-family: 'FontInter';
    src: url('../font/inter/Inter-Bold.otf') format('otf'),
         url('../font/inter/Inter-SemiBold.otf') format('otf'),
         url('../font/inter/Inter-Medium.otf') format('otf'),
         url('../font/inter/Inter-Regular.otf') format('otf');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../font/inter/Inter-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontMontserrant';
    src: url('../font/montserrant/Montserrant-Bold.otf') format('otf'),
         url('../font/montserrantr/Montserrant-SemiBold.otf') format('otf'),
         url('../font/montserrant/Montserrant-Medium.otf') format('otf'),
         url('../font/montserrant/Montserrant-Regular.otf') format('otf');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'Montserrant-SemiBold';
    src: url('../font/montserrant/Montserrant-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Regular';
    src: url('../font/averta/Averta-Regular.otf') format('otf');
}

@font-face {
    font-family: 'Averta-ExtraBold';
    src: url('../font/averta/Averta-ExtraBold.otf') format('otf');
}

