/* ############# Font > MONTSERRAT ############# */

@font-face {
    font-family: 'font-extralight';
    src: url('montserrat/Montserrat-ExtraLight.ttf');
    src: url('montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'font-light';
    src: url('montserrat/Montserrat-Light.ttf');
    src: url('montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

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

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

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

@font-face {
    font-family: 'font-black';
    src: url('montserrat/Montserrat-Black.ttf');
    src: url('montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}