
@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;
    --animation-speed: 300ms;

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

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #24b11c;
    --color-primary-rgb: 36,177,28;
    --color-primary-hover: #1b8515;
    --color-primary-hover-rgb: 27,133,21;    
    --color-primary-dark: #1b8515;
    --color-primary-light: #2edc24;
    --color-primary-text: #000000;
    --color-primary-on-white: #24b11c;
    --color-primary-on-black: #24b11c;
    --color-primary-ceil: #24b11c;
    --color-primary-floor: #24b11c;
    
    --color-primary-alert-background: #9ed79f;
    --color-primary-alert-border: #76cb74;
    --color-primary-alert-text: #092c07;
    
    --primary-h: 117;
    --primary-s: 73%;
    --primary-l: 40%;

    --color-secondary: #1e1c1c;
    --color-secondary-rgb: 30,28,28;
    --color-secondary-hover: #383535;
    --color-secondary-hover-rgb: 56,53,53;
    --color-secondary-dark: #040303;
    --color-secondary-light: #383535;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1e1c1c;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #1e1c1c;
    --color-secondary-floor: #201e1e;

    --color-secondary-alert-background: #9c9c9f;
    --color-secondary-alert-border: #727174;
    --color-secondary-alert-text: #1a1919;
    
    --secondary-h: 0;
    --secondary-s: 3%;
    --secondary-l: 11%;

    --color-light: #e7f4e6;
    --color-light-rgb: 231,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c4e5c2;
    --color-light-hover: #c4e5c2;
    --color-light-hover-rgb: 196,229,194;
    --color-light-dark: #c4e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e7f4e6;
    --color-light-on-black: #e7f4e6;
    --color-light-border: #24b11c;

    --color-light-alert-background: #ecf2f0;
    --color-light-alert-border: #ebf3ed;
    --color-light-alert-text: #10240f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(30, 28, 28, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://trondheimperformancecenter.wondr.cc/branding/checkboxImage?h=1776152176_499a7bca');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: uppercase;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #24b11c;
    --bs-primary-rgb: 36,177,28;
    --bs-primary-bg-subtle: #2edc24;
    --bs-primary-border-subtle: #2edc24;
    --bs-primary-text-emphasis: #1b8515;

    /* secondary */
    --bs-secondary: #1e1c1c;
    --bs-secondary-rgb: 30,28,28;
    --bs-secondary-bg-subtle: #383535;
    --bs-secondary-border-subtle: #383535;
    --bs-secondary-text-emphasis: #040303;

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

    --stroke-linecap: round;
    
}



