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

    --color-facility: #000000;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #ffffff;

    --color-primary: #2eb8c7;
    --color-primary-rgb: 46,184,199;
    --color-primary-hover: #24929e;
    --color-primary-hover-rgb: 36,146,158;    
    --color-primary-dark: #24929e;
    --color-primary-light: #51cad7;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2eb8c7;
    --color-primary-on-black: #2eb8c7;

    --color-primary-alert-background: #a2dae4;
    --color-primary-alert-border: #7ccfda;
    --color-primary-alert-text: #0a2629;

    --color-secondary: #b48942;
    --color-secondary-rgb: 180,137,66;
    --color-secondary-hover: #8f6d34;
    --color-secondary-hover-rgb: 143,109,52;
    --color-secondary-dark: #8f6d34;
    --color-secondary-light: #c6a163;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b48942;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #d8c7af;
    --color-secondary-alert-border: #ccb38a;
    --color-secondary-alert-text: #251c0e;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(180, 137, 66, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://styrkatraining.com/branding/checkboxImage?h=1750258926_2758d387');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2eb8c7;
    --bs-primary-rgb: 46,184,199;
    --bs-primary-bg-subtle: #51cad7;
    --bs-primary-border-subtle: #51cad7;
    --bs-primary-text-emphasis: #24929e;

    /* secondary */
    --bs-secondary: #b48942;
    --bs-secondary-rgb: 180,137,66;
    --bs-secondary-bg-subtle: #c6a163;
    --bs-secondary-border-subtle: #c6a163;
    --bs-secondary-text-emphasis: #8f6d34;

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

    --stroke-linecap: round;
    
}   


