/*@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url('font/TTNorms-Thin.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 200;
    font-display: block;
    src: url('font/TTNorms-ExtraLight.ttf');
}*/

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('font/TTNorms-Light.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('font/TTNorms-Regular.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('font/TTNorms-Medium.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('font/TTNorms-Bold.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: url('font/TTNorms-ExtraBold.ttf');
}
/*
@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('font/TTNorms-Black.ttf');
}/*

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 100;
    font-display: block;
    src: url('font/TTNorms-ThinItalic.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 200;
    font-display: block;
    src: url('font/TTNorms-ExtraLightItalic.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 300;
    font-display: block;
    src: url('font/TTNorms-LightItalic.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 400;
    font-display: block;
    src: url('font/TTNorms-Italic.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 700;
    font-display: block;
    src: url('font/TTNorms-BoldItalic.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 800;
    font-display: block;
    src: url('font/TTNorms-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: 'TTNorms';
    font-style: italic;
    font-weight: 900;
    font-display: block;
    src: url('font/TTNorms-BlackItalic.ttf');
}*/