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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #000000;

    --color-primary: #29876b;
    --color-primary-rgb: 41,135,107;
    --color-primary-hover: #35ae8a;
    --color-primary-hover-rgb: 53,174,138;    
    --color-primary-dark: #1d604c;
    --color-primary-light: #35ae8a;
    --color-primary-text: #000000;
    --color-primary-on-white: #29876b;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #29876b;
    
    --color-primary-alert-background: #a0c7bf;
    --color-primary-alert-border: #79b1a3;
    --color-primary-alert-text: #0c271f;

    --color-secondary: #b8b1b6;
    --color-secondary-rgb: 184,177,182;
    --color-secondary-hover: #a0969d;
    --color-secondary-hover-rgb: 160,150,157;
    --color-secondary-dark: #a0969d;
    --color-secondary-light: #d0cccf;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b8b1b6;
    --color-secondary-on-black: #b8b1b6;
    --color-secondary-ceil: #b8b1b6;

    --color-secondary-alert-background: #dad7dd;
    --color-secondary-alert-border: #cecbd0;
    --color-secondary-alert-text: #1b181a;

    --color-light: #e6f4f0;
    --color-light-rgb: 230,244,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5db;
    --color-light-hover: #c2e5db;
    --color-light-hover-rgb: 194,229,219;
    --color-light-dark: #c2e5db;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f0;
    --color-light-on-black: #e6f4f0;
    --color-light-border: #29876b;

    --color-light-alert-background: #ecf2f4;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241e;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(184, 177, 182, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://aktivrisor.wondr.cc/branding/checkboxImage?h=1758789784_562a425f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #29876b;
    --bs-primary-rgb: 41,135,107;
    --bs-primary-bg-subtle: #35ae8a;
    --bs-primary-border-subtle: #35ae8a;
    --bs-primary-text-emphasis: #1d604c;

    /* secondary */
    --bs-secondary: #b8b1b6;
    --bs-secondary-rgb: 184,177,182;
    --bs-secondary-bg-subtle: #d0cccf;
    --bs-secondary-border-subtle: #d0cccf;
    --bs-secondary-text-emphasis: #a0969d;

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

    --stroke-linecap: round;
    
}   


