
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Raleway', sans-serif; }

:root {
    --general-font-family: default;
    --header-font-family: Raleway;

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5557;
    --color-tinted-white: #f9ecf0;
    --color-facility-text: #000000;

    --color-primary: #3c8e91;
    --color-primary-rgb: 60,142,145;
    --color-primary-hover: #2d6b6d;
    --color-primary-hover-rgb: 45,107,109;    
    --color-primary-dark: #2d6b6d;
    --color-primary-light: #4bb1b5;
    --color-primary-text: #000000;
    --color-primary-on-white: #3c8e91;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a8c9ce;
    --color-primary-alert-border: #84b6ba;
    --color-primary-alert-text: #0f2324;

    --color-secondary: #d70040;
    --color-secondary-rgb: 215,0,64;
    --color-secondary-hover: #a40031;
    --color-secondary-hover-rgb: 164,0,49;
    --color-secondary-dark: #a40031;
    --color-secondary-light: #ff0b54;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #d70040;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e691ae;
    --color-secondary-alert-border: #e16089;
    --color-secondary-alert-text: #33000f;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e4e5;
    --color-light-hover: #c2e4e5;
    --color-light-hover-rgb: 194,228,229;
    --color-light-dark: #c2e4e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #3c8e91;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2324;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(215, 0, 64, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://agkas.no/branding/checkboxImage?h=1750325640_02122297');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #d70040;
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #3c8e91;
    --bs-primary-rgb: 60,142,145;
    --bs-primary-bg-subtle: #4bb1b5;
    --bs-primary-border-subtle: #4bb1b5;
    --bs-primary-text-emphasis: #2d6b6d;

    /* secondary */
    --bs-secondary: #d70040;
    --bs-secondary-rgb: 215,0,64;
    --bs-secondary-bg-subtle: #ff0b54;
    --bs-secondary-border-subtle: #ff0b54;
    --bs-secondary-text-emphasis: #a40031;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


