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

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

    --border-radius: 20px;

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

    --border-radius: 20px;

    --color-primary: #2f4e4e;
    --color-primary-rgb: 47,78,78;
    --color-primary-hover: #426d6d;
    --color-primary-hover-rgb: 66,109,109;    
    --color-primary-dark: #1b2e2e;
    --color-primary-light: #426d6d;
    --color-primary-text: #ebf8f8;
    --color-primary-on-white: #2f4e4e;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a2afb3;
    --color-primary-alert-border: #7c8f91;
    --color-primary-alert-text: #131f1f;

    --color-secondary: #A2257C;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cb2e9b;
    --color-secondary-hover-rgb: 203,46,155;
    --color-secondary-dark: #781b5c;
    --color-secondary-light: #cb2e9b;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #A2257C;
    --color-secondary-on-black: #A2257C;

    --color-secondary-alert-background: #d09fc5;
    --color-secondary-alert-border: #c176ad;
    --color-secondary-alert-text: #29091f;

    --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: #f0f1f7;
    --background-overlay-color: rgba(162, 37, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://blackbull.wondr.se/branding/checkboxImage?h=1754914722_21213d14');

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

    /* bootstrap 5 fixes */
    --bs-primary: #2f4e4e;
    --bs-primary-rgb: 47,78,78;
    --bs-primary-bg-subtle: #426d6d;
    --bs-primary-border-subtle: #426d6d;
    --bs-primary-text-emphasis: #1b2e2e;

    --bs-secondary: #A2257C;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cb2e9b;
    --bs-secondary-border-subtle: #cb2e9b;
    --bs-secondary-text-emphasis: #781b5c;

    --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;
    
}   


