
@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=Barlow: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: 'Barlow', sans-serif; }

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

    --border-radius: 20px;

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

    --border-radius: 20px;

    --color-primary: #24b11c;
    --color-primary-rgb: 36,177,28;
    --color-primary-hover: #1b8415;
    --color-primary-hover-rgb: 27,132,21;    
    --color-primary-dark: #1b8415;
    --color-primary-light: #2ddc23;
    --color-primary-text: #ecf8eb;
    --color-primary-on-white: #24b11c;
    --color-primary-on-black: #24b11c;

    --color-primary-alert-background: #9ed79f;
    --color-primary-alert-border: #75ca73;
    --color-primary-alert-text: #082c06;

    --color-secondary: #1e1c1c;
    --color-secondary-rgb: 30,28,28;
    --color-secondary-hover: #383434;
    --color-secondary-hover-rgb: 56,52,52;
    --color-secondary-dark: #030303;
    --color-secondary-light: #383434;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #1e1c1c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9c9b9f;
    --color-secondary-alert-border: #727173;
    --color-secondary-alert-text: #1a1818;

    --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: #f7f0f0;
    --background-overlay-color: rgba(30, 28, 28, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://trdperformance.no/branding/checkboxImage?h=1755003030_499a7bca');

    --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: #24b11c;
    --bs-primary-rgb: 36,177,28;
    --bs-primary-bg-subtle: #2ddc23;
    --bs-primary-border-subtle: #2ddc23;
    --bs-primary-text-emphasis: #1b8415;

    --bs-secondary: #1e1c1c;
    --bs-secondary-rgb: 30,28,28;
    --bs-secondary-bg-subtle: #383434;
    --bs-secondary-border-subtle: #383434;
    --bs-secondary-text-emphasis: #030303;

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


