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

:root {
    --general-font-family: Red Hat Text;
    --header-font-family: Red Hat Display;

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #e07c2d;
    --color-primary-rgb: 224,124,45;
    --color-primary-hover: #be641c;
    --color-primary-hover-rgb: 190,100,28;    
    --color-primary-dark: #be641c;
    --color-primary-light: #e79859;
    --color-primary-text: #000000;
    --color-primary-on-white: #e07c2d;
    --color-primary-on-black: #e07c2d;

    --color-primary-alert-background: #eac2a6;
    --color-primary-alert-border: #e6ab7e;
    --color-primary-alert-text: #2c1707;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d2c2;
    --color-light-hover: #e5d2c2;
    --color-light-hover-rgb: 229,210,194;
    --color-light-dark: #e5d2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #e07c2d;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bestrongwithus.se/branding/checkboxImage?h=1747989101_2680abbd');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e07c2d;
    --bs-primary-rgb: 224,124,45;
    --bs-primary-bg-subtle: #e79859;
    --bs-primary-border-subtle: #e79859;
    --bs-primary-text-emphasis: #be641c;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


