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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #313036;
    --color-tinted-white: #edecf9;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #234e70;
    --color-primary-rgb: 35,78,112;
    --color-primary-hover: #2f6997;
    --color-primary-hover-rgb: 47,105,151;    
    --color-primary-dark: #173349;
    --color-primary-light: #2f6997;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #234e70;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #234e70;
    --color-primary-floor: #234e70;
    
    --color-primary-alert-background: #9eb0c1;
    --color-primary-alert-border: #758fa6;
    --color-primary-alert-text: #0c1b27;
    
    --primary-h: 206;
    --primary-s: 52%;
    --primary-l: 29%;

    --color-secondary: #262536;
    --color-secondary-rgb: 38,37,54;
    --color-secondary-hover: #3b3a54;
    --color-secondary-hover-rgb: 59,58,84;
    --color-secondary-dark: #111018;
    --color-secondary-light: #3b3a54;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #262536;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #262536;
    --color-secondary-floor: #262536;

    --color-secondary-alert-background: #9f9faa;
    --color-secondary-alert-border: #777783;
    --color-secondary-alert-text: #15151e;
    
    --secondary-h: 244;
    --secondary-s: 19%;
    --secondary-l: 18%;

    --color-light: #e6eef4;
    --color-light-rgb: 230,238,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d6e5;
    --color-light-hover: #c2d6e5;
    --color-light-hover-rgb: 194,214,229;
    --color-light-dark: #c2d6e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eef4;
    --color-light-on-black: #e6eef4;
    --color-light-border: #234e70;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1b24;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(38, 37, 54, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gft.no/branding/checkboxImage?h=1789553623_f7e44429');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #262536;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #234e70;
    --bs-primary-rgb: 35,78,112;
    --bs-primary-bg-subtle: #2f6997;
    --bs-primary-border-subtle: #2f6997;
    --bs-primary-text-emphasis: #173349;

    /* secondary */
    --bs-secondary: #262536;
    --bs-secondary-rgb: 38,37,54;
    --bs-secondary-bg-subtle: #3b3a54;
    --bs-secondary-border-subtle: #3b3a54;
    --bs-secondary-text-emphasis: #111018;

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

    --stroke-linecap: round;
    
}



