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

:root {
    --general-font-family: Open Sans;
    --header-font-family: Montserrat;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303632;
    --color-tinted-white: #ecf9f0;
    --color-facility-text: #000000;

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

    --color-primary: #667354;
    --color-primary-rgb: 102,115,84;
    --color-primary-hover: #80906a;
    --color-primary-hover-rgb: 128,144,106;    
    --color-primary-dark: #4c563e;
    --color-primary-light: #80906a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #667354;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #667354;
    --color-primary-floor: #667354;
    
    --color-primary-alert-background: #b9bfb6;
    --color-primary-alert-border: #9da595;
    --color-primary-alert-text: #1a1d16;
    
    --primary-h: 85;
    --primary-s: 16%;
    --primary-l: 39%;

    --color-secondary: #263d2d;
    --color-secondary-rgb: 38,61,45;
    --color-secondary-hover: #3a5c44;
    --color-secondary-hover-rgb: 58,92,68;
    --color-secondary-dark: #121e16;
    --color-secondary-light: #3a5c44;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #263d2d;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #263d2d;
    --color-secondary-floor: #263d2d;

    --color-secondary-alert-background: #9fa9a6;
    --color-secondary-alert-border: #77857e;
    --color-secondary-alert-text: #141f17;
    
    --secondary-h: 138;
    --secondary-s: 23%;
    --secondary-l: 19%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #667354;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(38, 61, 45, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://enskedetraningsstudio.se/branding/checkboxImage?h=1788288245_dcbda624');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 50, 1.00);
    --header-transform: uppercase;
    --header-weight: normal;
    --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: #667354;
    --bs-primary-rgb: 102,115,84;
    --bs-primary-bg-subtle: #80906a;
    --bs-primary-border-subtle: #80906a;
    --bs-primary-text-emphasis: #4c563e;

    /* secondary */
    --bs-secondary: #263d2d;
    --bs-secondary-rgb: 38,61,45;
    --bs-secondary-bg-subtle: #3a5c44;
    --bs-secondary-border-subtle: #3a5c44;
    --bs-secondary-text-emphasis: #121e16;

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

    --stroke-linecap: round;
    
}



