/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 97e32647a48840d58803a34f0faf162d */

 --header-background-color: 0 0 0;
 --header-foreground-color: 255 255 255;
 --footer-background-color: 255 255 255;
 --footer-foreground-color: 0 0 0;
 --branding-primary-color: 128 186 255;
 --branding-cta-color: 255 99 13;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 0 0 0;
}


/* WebHostname.Css guid: 97e32647a48840d58803a34f0faf162d */

/* Dette er en kommentar fra Host Name 97e32647a48840d58803a34f0faf162d*/

@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-ExtraLight.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Light.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Regular.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Medium.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 500;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-SemiBold.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "poppins";
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Bold.ttf');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('/admin/page-builder/web/fonts/anton/Anton-Regular.ttf') format('truetype');
    font-display: swap;
}

:root {
    --color-text-dark: 73 69 79;
    --font-heading: 'Anton';
}

* {
    font-family: "poppins", ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.section-title, 
.hero-item-content-title, 
.welcome-banner-mobile h1,
.animated-header-heading span {
    font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


