/* @font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-ExtraBold.otf') format('otf');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Bold.otf') format('otf');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Medium.otf') format('otf');
    font-style: normal;
    font-weight: 500;
}

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

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Light.otf') format('otf');
    font-style: normal;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family:'TT Norms';
    src: url('../fonts/TTNorms-Thin.otf') format('otf');
    font-style: normal;
    font-weight: 100;
    font-display: swap
}

/* Titillium

@font-face {
    font-family:'Titillium';
    src: url('../fonts/TitilliumWeb-Black.ttf') format('ttf');
    font-style: normal;
    font-weight: 900;
}


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

@font-face {
    font-family:'Titillium';
    src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('ttf');
    font-style: normal;
    font-weight: 500;
}

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

@font-face {
    font-family:'Titillium';
    src: url('../fonts/TitilliumWeb-Light.ttf') format('ttf');
    font-style: normal;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family:'Titillium';
    src: url('../fonts/TitilliumWeb-ExtraLight.ttf') format('ttf');
    font-style: normal;
    font-weight: 100;
    font-display: swap
}

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700&display=swap');
