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

:root {
    --general-font-family: default;
    --header-font-family: Fjalla One;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5556;
    --color-tinted-white: #f9eced;
    --color-facility-text: #000000;

    --color-primary: #ca2a24;
    --color-primary-rgb: 202,42,36;
    --color-primary-hover: #9f211c;
    --color-primary-hover-rgb: 159,33,28;    
    --color-primary-dark: #9f211c;
    --color-primary-light: #de4943;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ca2a24;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #e1a1a3;
    --color-primary-alert-border: #d97a78;
    --color-primary-alert-text: #2b0908;

    --color-secondary: #d0021b;
    --color-secondary-rgb: 208,2,27;
    --color-secondary-hover: #9d0214;
    --color-secondary-hover-rgb: 157,2,20;
    --color-secondary-dark: #9d0214;
    --color-secondary-light: #fd0826;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #d0021b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e3919f;
    --color-secondary-alert-border: #dd6273;
    --color-secondary-alert-text: #330007;

    --color-light: #f4e7e6;
    --color-light-rgb: 244,231,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c4c2;
    --color-light-hover: #e5c4c2;
    --color-light-hover-rgb: 229,196,194;
    --color-light-dark: #e5c4c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e7e6;
    --color-light-on-black: #f4e7e6;
    --color-light-border: #ca2a24;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2ebed;
    --color-light-alert-text: #24100f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(208, 2, 27, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://traningsverkstan.nu/branding/checkboxImage?h=1728375934_6a256931');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 86, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ca2a24;
    --bs-primary-rgb: 202,42,36;
    --bs-primary-bg-subtle: #de4943;
    --bs-primary-border-subtle: #de4943;
    --bs-primary-text-emphasis: #9f211c;

    /* secondary */
    --bs-secondary: #d0021b;
    --bs-secondary-rgb: 208,2,27;
    --bs-secondary-bg-subtle: #fd0826;
    --bs-secondary-border-subtle: #fd0826;
    --bs-secondary-text-emphasis: #9d0214;

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

    --stroke-linecap: round;
    
}   


