
@import url('https://fonts.googleapis.com/css?family=Fjalla One:400');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Fjalla One', sans-serif; }

:root {
    --general-font-family: default;
    --header-font-family: Fjalla One;

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #99f7ab;
    --color-primary-rgb: 153,247,171;
    --color-primary-hover: #6af384;
    --color-primary-hover-rgb: 106,243,132;    
    --color-primary-dark: #6af384;
    --color-primary-light: #c8fbd2;
    --color-primary-text: #000000;
    --color-primary-on-white: #99f7ab;
    --color-primary-on-black: #99f7ab;

    --color-primary-alert-background: #cdf3d9;
    --color-primary-alert-border: #bcf5c9;
    --color-primary-alert-text: #042f0c;

    --color-secondary: #a4a2a2;
    --color-secondary-rgb: 164,162,162;
    --color-secondary-hover: #8b8888;
    --color-secondary-hover-rgb: 139,136,136;
    --color-secondary-dark: #8b8888;
    --color-secondary-light: #bdbcbc;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #a4a2a2;
    --color-secondary-on-black: #a4a2a2;

    --color-secondary-alert-background: #d2d1d5;
    --color-secondary-alert-border: #c2c2c4;
    --color-secondary-alert-text: #1a1919;

    --color-light: #e6f4e9;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5c9;
    --color-light-hover: #c2e5c9;
    --color-light-hover-rgb: 194,229,201;
    --color-light-dark: #c2e5c9;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4e9;
    --color-light-on-black: #e6f4e9;
    --color-light-border: #99f7ab;

    --color-light-alert-background: #ecf2f1;
    --color-light-alert-border: #eaf3ef;
    --color-light-alert-text: #0f2413;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(153, 247, 171, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://honnegym.wondr.cc/branding/checkboxImage?h=1747232109_9d628c6e');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #99f7ab;
    --bs-primary-rgb: 153,247,171;
    --bs-primary-bg-subtle: #c8fbd2;
    --bs-primary-border-subtle: #c8fbd2;
    --bs-primary-text-emphasis: #6af384;

    /* secondary */
    --bs-secondary: #a4a2a2;
    --bs-secondary-rgb: 164,162,162;
    --bs-secondary-bg-subtle: #bdbcbc;
    --bs-secondary-border-subtle: #bdbcbc;
    --bs-secondary-text-emphasis: #8b8888;

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

    --stroke-linecap: round;
    
}   


