@font-face{
    font-family: "GT Ultra Median";
    src: url("/fonts/solstice/GtUltraMedian/GT-Ultra-Median-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: "Aktiv Grotesk";
    src: url("/fonts/solstice/AktivGrotesk/WebStaticFonts/AktivGrotesk_W_Hair.woff") format("woff");
    font-weight: 100 200;
    font-style: normal;
}
@font-face{
    font-family: "Aktiv Grotesk";
    src: url("/fonts/solstice/AktivGrotesk/WebStaticFonts/AktivGrotesk_W_Lt.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: "Aktiv Grotesk";
    src: url("/fonts/solstice/AktivGrotesk/WebStaticFonts/AktivGrotesk_W_Rg.woff") format("woff");
    font-weight: 400 500;
    font-style: normal;
}
@font-face{
    font-family: "Aktiv Grotesk";
    src: url("/fonts/solstice/AktivGrotesk/WebStaticFonts/AktivGrotesk_W_SBd.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family: "Aktiv Grotesk";
    src: url("/fonts/solstice/AktivGrotesk/WebStaticFonts/AktivGrotesk_W_Bd.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face{
    font-family: "Aktiv Grotesk";
    src: url("/fonts/solstice/AktivGrotesk/WebStaticFonts/AktivGrotesk_W_XBd.woff") format("woff");
    font-weight: 800 900;
    font-style: normal;
}


:root {
    --core-color-white: #ffffff;
    --core-color-soft-white: #f6f6f6;
    --core-color-grey: #9d9d9d;
    --core-color-black: #000000;
    
    --headings-font: "GT Ultra Median";
    --body-font: "Aktiv Grotesk";
}