
@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: #363630;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #ffffff;

    --color-app: #000000;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #464644;
    --color-primary-rgb: 70,70,68;
    --color-primary-hover: #60605d;
    --color-primary-hover-rgb: 96,96,93;    
    --color-primary-dark: #2c2c2b;
    --color-primary-light: #60605d;
    --color-primary-text: #c15400;
    --color-primary-on-white: #464644;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #464644;
    --color-primary-floor: #464644;
    
    --color-primary-alert-background: #acadaf;
    --color-primary-alert-border: #8a8a8c;
    --color-primary-alert-text: #1a1a19;
    
    --primary-h: 60;
    --primary-s: 1%;
    --primary-l: 27%;

    --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: ;
    --color-secondary-on-white: #888886;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #888886;
    --color-secondary-floor: #888886;

    --color-secondary-alert-background: #c6c7ca;
    --color-secondary-alert-border: #b2b2b3;
    --color-secondary-alert-text: #1a1a19;
    
    --secondary-h: 60;
    --secondary-s: 1%;
    --secondary-l: 53%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #464644;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --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=1769778487_00b34505');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 54, 48, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: italic;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #464644;
    --bs-primary-rgb: 70,70,68;
    --bs-primary-bg-subtle: #60605d;
    --bs-primary-border-subtle: #60605d;
    --bs-primary-text-emphasis: #2c2c2b;

    /* 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: 400;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}



