/* Light */
@font-face {
    font-family: 'TT Norms Pro';
    src: url('TTNormsPro-Light.woff2') format('woff2'),
        url('TTNormsPro-Light.woff') format('woff'),
        url('TTNormsPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Regular */
@font-face {
    font-family: 'TT Norms Pro';
    src: url('TTNormsPro-Regular.woff2') format('woff2'),
        url('TTNormsPro-Regular.woff') format('woff'),
        url('TTNormsPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Medium */
@font-face {
    font-family: 'TT Norms Pro';
    src: url('TTNormsPro-Medium.woff2') format('woff2'),
        url('TTNormsPro-Medium.woff') format('woff'),
        url('TTNormsPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Bold */
@font-face {
    font-family: 'TT Norms Pro';
    src: url('TTNormsPro-Bold.woff2') format('woff2'),
        url('TTNormsPro-Bold.woff') format('woff'),
        url('TTNormsPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

/* ExtraBold */
@font-face {
    font-family: 'TT Norms Pro';
    src: url('TTNormsPro-ExtraBold.woff2') format('woff2'),
        url('TTNormsPro-ExtraBold.woff') format('woff'),
        url('TTNormsPro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}