
@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=Roboto:100,200,300,400,500,600,700,800,900');
body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Roboto', sans-serif; }

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf9f8;
    --color-facility-text: #000000;

    --color-primary: #68afb0;
    --color-primary-rgb: 104,175,176;
    --color-primary-hover: #4f9596;
    --color-primary-hover-rgb: 79,149,150;    
    --color-primary-dark: #4f9596;
    --color-primary-light: #89c1c2;
    --color-primary-text: #000000;
    --color-primary-on-white: #68afb0;
    --color-primary-on-black: #68afb0;
    --color-primary-ceil: #68afb0;
    
    --color-primary-alert-background: #bad7db;
    --color-primary-alert-border: #9ec9cc;
    --color-primary-alert-text: #122121;

    --color-secondary: #2b8786;
    --color-secondary-rgb: 43,135,134;
    --color-secondary-hover: #37aeac;
    --color-secondary-hover-rgb: 55,174,172;
    --color-secondary-dark: #1f6060;
    --color-secondary-light: #37aeac;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #2b8786;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #2b8786;

    --color-secondary-alert-background: #a1c7ca;
    --color-secondary-alert-border: #7ab1b3;
    --color-secondary-alert-text: #0c2726;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e5;
    --color-light-hover: #c2e5e5;
    --color-light-hover-rgb: 194,229,229;
    --color-light-dark: #c2e5e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #68afb0;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2324;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(104, 175, 176, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ostersundsklattercenter.wondr.se/branding/checkboxImage?h=1764599192_ca7a5c57');

    --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: #68afb0;
    --bs-primary-rgb: 104,175,176;
    --bs-primary-bg-subtle: #89c1c2;
    --bs-primary-border-subtle: #89c1c2;
    --bs-primary-text-emphasis: #4f9596;

    /* secondary */
    --bs-secondary: #2b8786;
    --bs-secondary-rgb: 43,135,134;
    --bs-secondary-bg-subtle: #37aeac;
    --bs-secondary-border-subtle: #37aeac;
    --bs-secondary-text-emphasis: #1f6060;

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

    --stroke-linecap: round;
    
}   


