@import "./css/base.css";
@import "./css/header.css";
@import "./css/main.css";
@import "./css/country-selector.css";

:root {
    --color-primary: #004563;
    --color-primary--80: rgba(0,69,99,0.8);
    --color-secondary: #F4F4F4;
    --color-secondary--80: rgba(244,244,244,0.8);
    --color-secondary--light: #ffffff;
    --color-secondary--medium: #C2C2C2;
    --color-primary-dark: #1f1f1f;

    --desktop-breakpoint: 992px;

    --link-spacing--default: 1.8rem;
}

@font-face {
    font-family: "News Gothic";
    src: url("/theme/ardex/fonts/NewsGothicStd.woff") format("woff"),
         url("/theme/ardex/fonts/NewsGothicStd.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "News Gothic";
    src: url("/theme/ardex/fonts/NewsGothicStd-Bold.woff") format("woff"),
         url("/theme/ardex/fonts/NewsGothicStd-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
}

