/* TYPOGRAPHY */
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-Regular.eot');
    src: url('./fonts/FenniaSans-Regular.woff2') format('woff2'),
         url('./fonts/FenniaSans-Regular.woff') format('woff'),
         url('./fonts/FenniaSans-Regular.ttf') format('truetype'),
         url('./fonts/FenniaSans-Regular.svg#FenniaSans-Regular') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-Bold.eot');
    src: url('./fonts/FenniaSans-Bold.woff2') format('woff2'),
         url('./fonts/FenniaSans-Bold.woff') format('woff'),
         url('./fonts/FenniaSans-Bold.ttf') format('truetype'),
         url('./fonts/FenniaSans-Bold.svg#FenniaSans-Bold') format('svg');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-BoldItalic.eot');
    src: url('./fonts/FenniaSans-BoldItalic.woff2') format('woff2'),
         url('./fonts/FenniaSans-BoldItalic.woff') format('woff'),
         url('./fonts/FenniaSans-BoldItalic.ttf') format('truetype'),
         url('./fonts/FenniaSans-BoldItalic.svg#FenniaSans-BoldItalic') format('svg');
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-ExtraBold.eot');
    src: url('./fonts/FenniaSans-ExtraBold.woff2') format('woff2'),
         url('./fonts/FenniaSans-ExtraBold.woff') format('woff'),
         url('./fonts/FenniaSans-ExtraBold.ttf') format('truetype'),
         url('./fonts/FenniaSans-ExtraBold.svg#FenniaSans-ExtraBold') format('svg');
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-Italic.eot');
    src: url('./fonts/FenniaSans-Italic.woff2') format('woff2'),
         url('./fonts/FenniaSans-Italic.woff') format('woff'),
         url('./fonts/FenniaSans-Italic.ttf') format('truetype'),
         url('./fonts/FenniaSans-Italic.svg#FenniaSans-Italic') format('svg');
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-Light.eot');
    src: url('./fonts/FenniaSans-Light.woff2') format('woff2'),
         url('./fonts/FenniaSans-Light.woff') format('woff'),
         url('./fonts/FenniaSans-Light.ttf') format('truetype'),
         url('./fonts/FenniaSans-Light.svg#FenniaSans-Light') format('svg');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Fennia Sans';
    font-display: swap;
    src: url('./fonts/FenniaSans-LightItalic.eot');
    src: url('./fonts/FenniaSans-LightItalic.woff2') format('woff2'),
         url('./fonts/FenniaSans-LightItalic.woff') format('woff'),
         url('./fonts/FenniaSans-LightItalic.ttf') format('truetype'),
         url('./fonts/FenniaSans-LightItalic.svg#FenniaSans-LightItalic') format('svg');
    font-style: italic;
    font-weight: 300;
}