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

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #555d5e;
    --color-tinted-white: #ecf7f9;
    --color-facility-text: #000000;

    --color-primary: #f08e80;
    --color-primary-rgb: 240,142,128;
    --color-primary-hover: #eb6552;
    --color-primary-hover-rgb: 235,101,82;    
    --color-primary-dark: #eb6552;
    --color-primary-light: #f5b7ae;
    --color-primary-text: #080101;
    --color-primary-on-white: #f08e80;
    --color-primary-on-black: #f08e80;
    --color-primary-ceil: #f08e80;
    
    --color-primary-alert-background: #f0c9c7;
    --color-primary-alert-border: #f0b6b0;
    --color-primary-alert-text: #2e0a05;

    --color-secondary: #14cfe8;
    --color-secondary-rgb: 20,207,232;
    --color-secondary-hover: #10a5b9;
    --color-secondary-hover-rgb: 16,165,185;
    --color-secondary-dark: #10a5b9;
    --color-secondary-light: #40daef;
    --color-secondary-text: #070101;
    --color-secondary-on-white: #14cfe8;
    --color-secondary-on-black: #14cfe8;
    --color-secondary-ceil: #14cfe8;

    --color-secondary-alert-background: #98e3f1;
    --color-secondary-alert-border: #6cddee;
    --color-secondary-alert-text: #042a2f;

    --color-light: #f4e8e6;
    --color-light-rgb: 244,232,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c7c2;
    --color-light-hover: #e5c7c2;
    --color-light-hover-rgb: 229,199,194;
    --color-light-dark: #e5c7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e8e6;
    --color-light-on-black: #f4e8e6;
    --color-light-border: #f08e80;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eced;
    --color-light-alert-text: #24120f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(20, 207, 232, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://matogtrening.wondr.cc/branding/checkboxImage?h=1764855470_09e4bd0b');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f08e80;
    --bs-primary-rgb: 240,142,128;
    --bs-primary-bg-subtle: #f5b7ae;
    --bs-primary-border-subtle: #f5b7ae;
    --bs-primary-text-emphasis: #eb6552;

    /* secondary */
    --bs-secondary: #14cfe8;
    --bs-secondary-rgb: 20,207,232;
    --bs-secondary-bg-subtle: #40daef;
    --bs-secondary-border-subtle: #40daef;
    --bs-secondary-text-emphasis: #10a5b9;

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

    --stroke-linecap: round;
    
}   


