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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

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

    --color-primary: #f1d797;
    --color-primary-rgb: 241,215,151;
    --color-primary-hover: #ebc66a;
    --color-primary-hover-rgb: 235,198,106;    
    --color-primary-dark: #ebc66a;
    --color-primary-light: #f7e8c4;
    --color-primary-text: #000000;
    --color-primary-on-white: #f1d797;
    --color-primary-on-black: #f1d797;
    --color-primary-ceil: #cfc6af;
    --color-primary-floor: #f1d797;
    
    --color-primary-alert-background: #f0e7d1;
    --color-primary-alert-border: #f1e1bd;
    --color-primary-alert-text: #2d2206;
    
    --primary-h: 43;
    --primary-s: 76%;
    --primary-l: 77%;

    --color-secondary: #040404;
    --color-secondary-rgb: 4,4,4;
    --color-secondary-hover: #1e1e1e;
    --color-secondary-hover-rgb: 30,30,30;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1e1e1e;
    --color-secondary-text: #f6e4b0;
    --color-secondary-on-white: #040404;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #040404;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #929296;
    --color-secondary-alert-border: #626365;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 2%;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #f1d797;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://klinikkskien.wondr.cc/branding/checkboxImage?h=1780575101_61663578');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --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: #f1d797;
    --bs-primary-rgb: 241,215,151;
    --bs-primary-bg-subtle: #f7e8c4;
    --bs-primary-border-subtle: #f7e8c4;
    --bs-primary-text-emphasis: #ebc66a;

    /* secondary */
    --bs-secondary: #040404;
    --bs-secondary-rgb: 4,4,4;
    --bs-secondary-bg-subtle: #1e1e1e;
    --bs-secondary-border-subtle: #1e1e1e;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



