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

:root {
    --general-font-family: Barlow;
    --header-font-family: Archivo;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303236;
    --color-tinted-white: #eceff9;
    --color-facility-text: #000000;

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

    --color-primary: #e0193a;
    --color-primary-rgb: 224,25,58;
    --color-primary-hover: #b2142e;
    --color-primary-hover-rgb: 178,20,46;    
    --color-primary-dark: #b2142e;
    --color-primary-light: #ea425e;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #e0193a;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #e0193a;
    --color-primary-floor: #e0193a;
    
    --color-primary-alert-background: #ea9bab;
    --color-primary-alert-border: #e66f86;
    --color-primary-alert-text: #2e050c;
    
    --primary-h: 350;
    --primary-s: 80%;
    --primary-l: 49%;

    --color-secondary: #1e1f22;
    --color-secondary-rgb: 30,31,34;
    --color-secondary-hover: #36383d;
    --color-secondary-hover-rgb: 54,56,61;
    --color-secondary-dark: #060607;
    --color-secondary-light: #36383d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1e1f22;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #1e1f22;
    --color-secondary-floor: #1e1f22;

    --color-secondary-alert-background: #9c9da2;
    --color-secondary-alert-border: #727377;
    --color-secondary-alert-text: #18191b;
    
    --secondary-h: 225;
    --secondary-s: 6%;
    --secondary-l: 13%;

    --color-light: #f4e6e8;
    --color-light-rgb: 244,230,232;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c8;
    --color-light-hover: #e5c2c8;
    --color-light-hover-rgb: 229,194,200;
    --color-light-dark: #e5c2c8;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e8;
    --color-light-on-black: #f4e6e8;
    --color-light-border: #e0193a;

    --color-light-alert-background: #f2edf1;
    --color-light-alert-border: #f2eaee;
    --color-light-alert-text: #240f13;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(30, 31, 34, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://activetrollhattan.se/branding/checkboxImage?h=1776154344_1fb642eb');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 50, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --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: #e0193a;
    --bs-primary-rgb: 224,25,58;
    --bs-primary-bg-subtle: #ea425e;
    --bs-primary-border-subtle: #ea425e;
    --bs-primary-text-emphasis: #b2142e;

    /* secondary */
    --bs-secondary: #1e1f22;
    --bs-secondary-rgb: 30,31,34;
    --bs-secondary-bg-subtle: #36383d;
    --bs-secondary-border-subtle: #36383d;
    --bs-secondary-text-emphasis: #060607;

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

    --stroke-linecap: round;
    
}



