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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5e55;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #ffffff;

    --color-primary: #020aa6;
    --color-primary-rgb: 2,10,166;
    --color-primary-hover: #030dd8;
    --color-primary-hover-rgb: 3,13,216;    
    --color-primary-dark: #010774;
    --color-primary-light: #030dd8;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #020aa6;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9195d7;
    --color-primary-alert-border: #6166c6;
    --color-primary-alert-text: #010332;

    --color-secondary: #888886;
    --color-secondary-rgb: 136,136,134;
    --color-secondary-hover: #6e6e6d;
    --color-secondary-hover-rgb: 110,110,109;
    --color-secondary-dark: #6e6e6d;
    --color-secondary-light: #a1a1a0;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #888886;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #c6c7ca;
    --color-secondary-alert-border: #b2b2b3;
    --color-secondary-alert-text: #1a1a19;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(136, 136, 134, 0.5);
    --background-overlay-filter: blur(2px);
    --checkbox-image-url: url('https://detrattavirket.se/branding/checkboxImage?h=1734514228_00b34505');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #020aa6;
    --bs-primary-rgb: 2,10,166;
    --bs-primary-bg-subtle: #030dd8;
    --bs-primary-border-subtle: #030dd8;
    --bs-primary-text-emphasis: #010774;

    /* secondary */
    --bs-secondary: #888886;
    --bs-secondary-rgb: 136,136,134;
    --bs-secondary-bg-subtle: #a1a1a0;
    --bs-secondary-border-subtle: #a1a1a0;
    --bs-secondary-text-emphasis: #6e6e6d;

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

    --stroke-linecap: round;
    
}   


