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

:root {
    --general-font-family: Inter;
    --header-font-family: Inter;

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

    --color-facility: #000000;
    --color-facility-variant: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #41ae32;
    --color-primary-rgb: 65,174,50;
    --color-primary-hover: #328627;
    --color-primary-hover-rgb: 50,134,39;    
    --color-primary-dark: #328627;
    --color-primary-light: #58cb48;
    --color-primary-text: #000000;
    --color-primary-on-white: #41ae32;
    --color-primary-on-black: #41ae32;
    --color-primary-ceil: #41ae32;
    
    --color-primary-alert-background: #aad6a8;
    --color-primary-alert-border: #87c981;
    --color-primary-alert-text: #0f280b;

    --color-secondary: #101010;
    --color-secondary-rgb: 16,16,16;
    --color-secondary-hover: #2a2a2a;
    --color-secondary-hover-rgb: 42,42,42;
    --color-secondary-dark: #000000;
    --color-secondary-light: #2a2a2a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #101010;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #101010;

    --color-secondary-alert-background: #96979b;
    --color-secondary-alert-border: #6a6a6c;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #e8f4e6;
    --color-light-rgb: 232,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c7e5c2;
    --color-light-hover: #c7e5c2;
    --color-light-hover-rgb: 199,229,194;
    --color-light-dark: #c7e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e8f4e6;
    --color-light-on-black: #e8f4e6;
    --color-light-border: #41ae32;

    --color-light-alert-background: #edf2f0;
    --color-light-alert-border: #ebf3ed;
    --color-light-alert-text: #12240f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(16, 16, 16, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://cfnarvik.no/branding/checkboxImage?h=1767966133_a44c0271');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #41ae32;
    --bs-primary-rgb: 65,174,50;
    --bs-primary-bg-subtle: #58cb48;
    --bs-primary-border-subtle: #58cb48;
    --bs-primary-text-emphasis: #328627;

    /* secondary */
    --bs-secondary: #101010;
    --bs-secondary-rgb: 16,16,16;
    --bs-secondary-bg-subtle: #2a2a2a;
    --bs-secondary-border-subtle: #2a2a2a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


