
@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-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-alert-background: #e7e7eb;
    --color-primary-alert-border: #e2e3e5;
    --color-primary-alert-text: #1a1a1a;

    --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-alert-background: #90aed9;
    --color-secondary-alert-border: #608dcb;
    --color-secondary-alert-text: #001633;

    --color-light: #f4e6e6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #d9d9d9;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f7f0f0;
    --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;

    /* 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;
    
}   


