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

    --color-facility: #404041;
    --color-tinted-gray: #55555e;
    --color-tinted-white: #ececf9;
    --color-facility-text: #ffffff;

    --color-primary: #fcba4d;
    --color-primary-rgb: 252,186,77;
    --color-primary-hover: #fba71b;
    --color-primary-hover-rgb: 251,167,27;    
    --color-primary-dark: #fba71b;
    --color-primary-light: #fdcd7f;
    --color-primary-text: #000002;
    --color-primary-on-white: #fcba4d;
    --color-primary-on-black: #fcba4d;

    --color-primary-alert-background: #f5dbb3;
    --color-primary-alert-border: #f7d091;
    --color-primary-alert-text: #322001;

    --color-secondary: #404041;
    --color-secondary-rgb: 64,64,65;
    --color-secondary-hover: #59595b;
    --color-secondary-hover-rgb: 89,89,91;
    --color-secondary-dark: #272727;
    --color-secondary-light: #59595b;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #404041;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aaaaae;
    --color-secondary-alert-border: #86878a;
    --color-secondary-alert-text: #19191a;

    --color-light: #f4efe6;
    --color-light-rgb: 244,239,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d8c2;
    --color-light-hover: #e5d8c2;
    --color-light-hover-rgb: 229,216,194;
    --color-light-dark: #e5d8c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4efe6;
    --color-light-on-black: #f4efe6;
    --color-light-border: #fcba4d;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241c0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://valmierafitness.lv/branding/checkboxImage?h=1750256980_a9824b6a');

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

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

    /* secondary */
    --bs-secondary: #404041;
    --bs-secondary-rgb: 64,64,65;
    --bs-secondary-bg-subtle: #59595b;
    --bs-secondary-border-subtle: #59595b;
    --bs-secondary-text-emphasis: #272727;

    --fa-style-family: var(--fa-style-family-sharp);
    --fa-style: 400;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: butt;
    
}   


