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

:root {
    --general-font-family: Alef;
    --header-font-family: Swanky and Moo Moo;

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

    --color-facility: #000000;
    --color-tinted-gray: #333036;
    --color-tinted-white: #f3ecf9;
    --color-facility-text: #ffffff;

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

    --color-primary: #640ca8;
    --color-primary-rgb: 100,12,168;
    --color-primary-hover: #800fd8;
    --color-primary-hover-rgb: 128,15,216;    
    --color-primary-dark: #480978;
    --color-primary-light: #800fd8;
    --color-primary-text: #e5e0e7;
    --color-primary-on-white: #640ca8;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #640ca8;
    --color-primary-floor: #640ca8;
    
    --color-primary-alert-background: #b895d7;
    --color-primary-alert-border: #9c68c8;
    --color-primary-alert-text: #1c0330;
    
    --primary-h: 274;
    --primary-s: 87%;
    --primary-l: 35%;

    --color-secondary: #969299;
    --color-secondary-rgb: 150,146,153;
    --color-secondary-hover: #7d7880;
    --color-secondary-hover-rgb: 125,120,128;
    --color-secondary-dark: #7d7880;
    --color-secondary-light: #afacb2;
    --color-secondary-text: #131212;
    --color-secondary-on-white: #969299;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #969299;
    --color-secondary-floor: #969299;

    --color-secondary-alert-background: #cccbd1;
    --color-secondary-alert-border: #bab8bf;
    --color-secondary-alert-text: #1a191a;
    
    --secondary-h: 274;
    --secondary-s: 3%;
    --secondary-l: 59%;

    --color-light: #eee6f4;
    --color-light-rgb: 238,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d6c2e5;
    --color-light-hover: #d6c2e5;
    --color-light-hover-rgb: 214,194,229;
    --color-light-dark: #d6c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eee6f4;
    --color-light-on-black: #eee6f4;
    --color-light-border: #640ca8;

    --color-light-alert-background: #efedf6;
    --color-light-alert-border: #efeaf5;
    --color-light-alert-text: #1b0f24;

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

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #969299;
    --header-transform: uppercase;
    --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: #640ca8;
    --bs-primary-rgb: 100,12,168;
    --bs-primary-bg-subtle: #800fd8;
    --bs-primary-border-subtle: #800fd8;
    --bs-primary-text-emphasis: #480978;

    /* secondary */
    --bs-secondary: #969299;
    --bs-secondary-rgb: 150,146,153;
    --bs-secondary-bg-subtle: #afacb2;
    --bs-secondary-border-subtle: #afacb2;
    --bs-secondary-text-emphasis: #7d7880;

    --fa-style-family: var(--fa-style-family-duotone);
    --fa-style: 900;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}



