/* 
    This is theme variables for this site. During development use ONLY this color variables, DO NOT use any color specified below without corresponding variable!
*/

@font-face {
    font-family: 'Geomantist';
    src: url('../fonts/geomanist-regular-webfont.eot');
    src: url('../fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-regular-webfont.woff') format('woff'),
         url('../fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomantist';
    src: url('../fonts/geomanist-regular-italic-webfont.eot');
    src: url('../fonts/geomanist-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanist-regular-italic-webfont.woff2') format('woff2'),
         url('../fonts/geomanist-regular-italic-webfont.woff') format('woff'),
         url('../fonts/geomanist-regular-italic-webfont.ttf') format('truetype'),
         url('../fonts/geomanist-regular-italic-webfont.svg#geomanistitalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root
{
    --primary: #1b1b1b;
    --secondary: #fcfcfc;
    --font-family-sans-serif: "Geomantist", sans-serif;
}