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

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

    --border-radius: 0;

    --color-facility: #404041;
    --color-tinted-gray: #54545d;
    --color-tinted-white: #ebebf8;
    --color-facility-text: #ebebf8;

    --border-radius: 0;

    --color-primary: #fcba4d;
    --color-primary-rgb: 252,186,77;
    --color-primary-hover: #fba61a;
    --color-primary-hover-rgb: 251,166,26;    
    --color-primary-dark: #fba61a;
    --color-primary-light: #fccd7f;
    --color-primary-text: #000002;
    --color-primary-on-white: #fcba4d;
    --color-primary-on-black: #fcba4d;

    --color-primary-alert-background: #f4dbb3;
    --color-primary-alert-border: #f7d091;
    --color-primary-alert-text: #321f00;

    --color-secondary: #404041;
    --color-secondary-rgb: 64,64,65;
    --color-secondary-hover: #59595a;
    --color-secondary-hover-rgb: 89,89,90;
    --color-secondary-dark: #262627;
    --color-secondary-light: #59595a;
    --color-secondary-text: #ebebf8;
    --color-secondary-on-white: #404041;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a9aaae;
    --color-secondary-alert-border: #868689;
    --color-secondary-alert-text: #191919;

    --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: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://valmierafitness.wondr.cc/branding/checkboxImage?h=1750256980_a9824b6a');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #54545d;
    --header-transform: uppercase;
    --header-weight: 700;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #fcba4d;
    --bs-primary-rgb: 252,186,77;
    --bs-primary-bg-subtle: #fccd7f;
    --bs-primary-border-subtle: #fccd7f;
    --bs-primary-text-emphasis: #fba61a;

    --bs-secondary: #404041;
    --bs-secondary-rgb: 64,64,65;
    --bs-secondary-bg-subtle: #59595a;
    --bs-secondary-border-subtle: #59595a;
    --bs-secondary-text-emphasis: #262627;

    --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-sharp);
    --fa-style: 400;

    --stroke-linecap: butt;
    
}   


