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

:root {
    --general-font-family: default;
    --header-font-family: Open Sans;

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

    --color-facility: #1F252B;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf9f9;
    --color-facility-text: #ffffff;

    --color-primary: #ffcc33;
    --color-primary-rgb: 255,204,51;
    --color-primary-hover: #ffbf00;
    --color-primary-hover-rgb: 255,191,0;    
    --color-primary-dark: #ffbf00;
    --color-primary-light: #ffd966;
    --color-primary-text: #000000;
    --color-primary-on-white: #ffcc33;
    --color-primary-on-black: #ffcc33;

    --color-primary-alert-background: #f6e2a9;
    --color-primary-alert-border: #f9db81;
    --color-primary-alert-text: #332600;

    --color-secondary: #01b3b3;
    --color-secondary-rgb: 1,179,179;
    --color-secondary-hover: #01e6e6;
    --color-secondary-hover-rgb: 1,230,230;
    --color-secondary-dark: #018080;
    --color-secondary-light: #01e6e6;
    --color-secondary-text: ;
    --color-secondary-on-white: #01b3b3;
    --color-secondary-on-black: #01b3b3;

    --color-secondary-alert-background: #90d8dc;
    --color-secondary-alert-border: #61ccce;
    --color-secondary-alert-text: #003333;

    --color-light: #f4f1e6;
    --color-light-rgb: 244,241,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dcc2;
    --color-light-hover: #e5dcc2;
    --color-light-hover-rgb: 229,220,194;
    --color-light-dark: #e5dcc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f1e6;
    --color-light-on-black: #f4f1e6;
    --color-light-border: #ffcc33;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f1ed;
    --color-light-alert-text: #241f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 204, 51, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://klatterhallen.wondr.se/branding/checkboxImage?h=1751606969_3e3b1b93');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ffcc33;
    --bs-primary-rgb: 255,204,51;
    --bs-primary-bg-subtle: #ffd966;
    --bs-primary-border-subtle: #ffd966;
    --bs-primary-text-emphasis: #ffbf00;

    /* secondary */
    --bs-secondary: #01b3b3;
    --bs-secondary-rgb: 1,179,179;
    --bs-secondary-bg-subtle: #01e6e6;
    --bs-secondary-border-subtle: #01e6e6;
    --bs-secondary-text-emphasis: #018080;

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

    --stroke-linecap: round;
    
}   


