
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed: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 Condensed', 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 Condensed;
    --header-font-family: Roboto;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555a5e;
    --color-tinted-white: #ecf4f9;
    --color-facility-text: #000000;

    --color-primary: #ed8b00;
    --color-primary-rgb: 237,139,0;
    --color-primary-hover: #ba6d00;
    --color-primary-hover-rgb: 186,109,0;    
    --color-primary-dark: #ba6d00;
    --color-primary-light: #ffa321;
    --color-primary-text: #000000;
    --color-primary-on-white: #ed8b00;
    --color-primary-on-black: #ed8b00;

    --color-primary-alert-background: #efc894;
    --color-primary-alert-border: #eeb463;
    --color-primary-alert-text: #331e00;

    --color-secondary: #00629b;
    --color-secondary-rgb: 0,98,155;
    --color-secondary-hover: #0082ce;
    --color-secondary-hover-rgb: 0,130,206;
    --color-secondary-dark: #004268;
    --color-secondary-light: #0082ce;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #00629b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90b8d2;
    --color-secondary-alert-border: #609bc0;
    --color-secondary-alert-text: #002033;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d7c2;
    --color-light-hover: #e5d7c2;
    --color-light-hover-rgb: 229,215,194;
    --color-light-dark: #e5d7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #ed8b00;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241b0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0, 98, 155, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ktcbruket.wondr.se/branding/checkboxImage?h=1710419445_d1f6f281');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ed8b00;
    --bs-primary-rgb: 237,139,0;
    --bs-primary-bg-subtle: #ffa321;
    --bs-primary-border-subtle: #ffa321;
    --bs-primary-text-emphasis: #ba6d00;

    /* secondary */
    --bs-secondary: #00629b;
    --bs-secondary-rgb: 0,98,155;
    --bs-secondary-bg-subtle: #0082ce;
    --bs-secondary-border-subtle: #0082ce;
    --bs-secondary-text-emphasis: #004268;

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

    --stroke-linecap: round;
    
}   


