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

:root {
    --general-font-family: default;
    --header-font-family: IBM Plex Sans;

    --border-radius: 20px;

    --color-facility: #e2d224;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282724;

    --border-radius: 20px;

    --color-primary: #e2d224;
    --color-primary-rgb: 226,210,36;
    --color-primary-hover: #baac18;
    --color-primary-hover-rgb: 186,172,24;    
    --color-primary-dark: #baac18;
    --color-primary-light: #e7db51;
    --color-primary-text: #000000;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #e2d224;

    --color-primary-alert-background: #eae4a2;
    --color-primary-alert-border: #e7de78;
    --color-primary-alert-text: #2d2905;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #191919;
    --color-secondary-hover-rgb: 25,25,25;
    --color-secondary-dark: #000000;
    --color-secondary-light: #191919;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #909094;
    --color-secondary-alert-border: #606062;
    --color-secondary-alert-text: #191919;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://rastyrka-ptstudio.se/branding/checkboxImage?h=1755523529_49c34ed3');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #e2d224;
    --bs-primary-rgb: 226,210,36;
    --bs-primary-bg-subtle: #e7db51;
    --bs-primary-border-subtle: #e7db51;
    --bs-primary-text-emphasis: #baac18;

    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #191919;
    --bs-secondary-border-subtle: #191919;
    --bs-secondary-text-emphasis: #000000;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-duotone);
    --fa-style: 900;

    --stroke-linecap: round;
    
}   


