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

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

:root {
    --nc-font-sans: "argesta", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --nc-font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace;
    --nc-tx-1: #000000;
    --nc-tx-2: #1A1A1A;
    --nc-bg-1: #FFFFFF;
    --nc-bg-2: #F6F8FA;
    --nc-bg-3: #E5E7EB;
    --nc-lk-1: #2c2c2c;
    --nc-lk-2: #3a3a3a;
    --nc-lk-tx: #FFFFFF;
    --nc-ac-1: #040679;
    --nc-ac-tx: #f8f8f8;
}