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

:root {
    --general-font-family: Roboto;
    --header-font-family: Passion One;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf1f9;
    --color-facility-text: #000000;

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

    --color-primary: #d9d9d9;
    --color-primary-rgb: 217,217,217;
    --color-primary-hover: #c0c0c0;
    --color-primary-hover-rgb: 192,192,192;    
    --color-primary-dark: #c0c0c0;
    --color-primary-light: #f3f3f3;
    --color-primary-text: #000000;
    --color-primary-on-white: #d9d9d9;
    --color-primary-on-black: #d9d9d9;
    --color-primary-ceil: #bfbfbf;
    --color-primary-floor: #d9d9d9;
    
    --color-primary-alert-background: #e7e7eb;
    --color-primary-alert-border: #e2e3e5;
    --color-primary-alert-text: #1a1a1a;
    
    --primary-h: 0;
    --primary-s: 0%;
    --primary-l: 85%;

    --color-secondary: #004aad;
    --color-secondary-rgb: 0,74,173;
    --color-secondary-hover: #0060e0;
    --color-secondary-hover-rgb: 0,96,224;
    --color-secondary-dark: #00347a;
    --color-secondary-light: #0060e0;
    --color-secondary-text: #004aad;
    --color-secondary-on-white: #004aad;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #004aad;
    --color-secondary-floor: #004aad;

    --color-secondary-alert-background: #90aed9;
    --color-secondary-alert-border: #608dcb;
    --color-secondary-alert-text: #001633;
    
    --secondary-h: 214;
    --secondary-s: 100%;
    --secondary-l: 34%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #d9d9d9;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(217, 217, 217, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://nhtc.dk/branding/checkboxImage?h=1759501444_1504ec43');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 89, 94, 1.00);
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #d9d9d9;
    --bs-primary-rgb: 217,217,217;
    --bs-primary-bg-subtle: #f3f3f3;
    --bs-primary-border-subtle: #f3f3f3;
    --bs-primary-text-emphasis: #c0c0c0;

    /* secondary */
    --bs-secondary: #004aad;
    --bs-secondary-rgb: 0,74,173;
    --bs-secondary-bg-subtle: #0060e0;
    --bs-secondary-border-subtle: #0060e0;
    --bs-secondary-text-emphasis: #00347a;

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

    --stroke-linecap: round;
    
}



