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

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

    --border-radius: 20px;

    --color-facility: #000000;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #ff6633;
    --color-primary-rgb: 255,102,51;
    --color-primary-hover: #ff3f00;
    --color-primary-hover-rgb: 255,63,0;    
    --color-primary-dark: #ff3f00;
    --color-primary-light: #ff8c66;
    --color-primary-text: #fffbfb;
    --color-primary-on-white: #ff6633;
    --color-primary-on-black: #ff6633;

    --color-primary-alert-background: #f6b9a8;
    --color-primary-alert-border: #f99d81;
    --color-primary-alert-text: #330c00;

    --color-secondary: #383838;
    --color-secondary-rgb: 56,56,56;
    --color-secondary-hover: #515151;
    --color-secondary-hover-rgb: 81,81,81;
    --color-secondary-dark: #1e1e1e;
    --color-secondary-light: #515151;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #383838;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a6a7aa;
    --color-secondary-alert-border: #818284;
    --color-secondary-alert-text: #191919;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(56, 56, 56, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfiteken.se/branding/checkboxImage?h=1756383487_ab7d8584');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: uppercase;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #ff6633;
    --bs-primary-rgb: 255,102,51;
    --bs-primary-bg-subtle: #ff8c66;
    --bs-primary-border-subtle: #ff8c66;
    --bs-primary-text-emphasis: #ff3f00;

    --bs-secondary: #383838;
    --bs-secondary-rgb: 56,56,56;
    --bs-secondary-bg-subtle: #515151;
    --bs-secondary-border-subtle: #515151;
    --bs-secondary-text-emphasis: #1e1e1e;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


