@font-face {
    font-family: "AvenirNextProLight";
    src: url('/fonts/avenir/avenir.woff2') format('woff2'), url('/fonts/avenir/avenir/font.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Regular.ttf') format('TrueType');
    font-weight: 1 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Medium.ttf') format('TrueType');
    font-weight: 500 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-SemiBold.ttf') format('TrueType');
    font-weight: 600 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Bold.ttf') format('TrueType');
    font-weight: 700 900;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/myriad/Myriad Pro Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro bold';
    src: url('/fonts/myriad/Myriad Pro Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro semibold';
    src: url('/fonts/myriad/Myriad Pro SemiBold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Thin.ttf') format('TrueType');
    font-weight: 100 100;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-ExtraLight.ttf') format('TrueType');
    font-weight: 200 200;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Light.ttf') format('TrueType');
    font-weight: 300 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Regular.ttf') format('TrueType');
    font-weight: 400 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Medium.ttf') format('TrueType');
    font-weight: 500 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-SemiBold.ttf') format('TrueType');
    font-weight: 600 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Bold.ttf') format('TrueType');
    font-weight: 700 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-ExtraBold.ttf') format('TrueType');
    font-weight: 800 800;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Black.ttf') format('TrueType');
    font-weight: 900 900;
    font-style: normal;
}
