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

:root {
    --general-font-family: default;
    --header-font-family: Playfair Display;

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

    --color-facility: #000000;
    --color-facility-variant: #000000;
    --color-tinted-gray: #5e5955;
    --color-tinted-white: #f9f2ec;
    --color-facility-text: #ffffff;

    --color-primary: #ffbb00;
    --color-primary-rgb: 255,187,0;
    --color-primary-hover: #cc9600;
    --color-primary-hover-rgb: 204,150,0;    
    --color-primary-dark: #cc9600;
    --color-primary-light: #ffc933;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ffbb00;
    --color-primary-on-black: #ffbb00;
    --color-primary-ceil: #ffbb00;
    
    --color-primary-alert-background: #f6db94;
    --color-primary-alert-border: #f9d163;
    --color-primary-alert-text: #332500;

    --color-secondary: #ff9636;
    --color-secondary-rgb: 255,150,54;
    --color-secondary-hover: #ff7b03;
    --color-secondary-hover-rgb: 255,123,3;
    --color-secondary-dark: #ff7b03;
    --color-secondary-light: #ffb169;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #ff9636;
    --color-secondary-on-black: #ff9636;
    --color-secondary-ceil: #ff9636;

    --color-secondary-alert-background: #f6cdaa;
    --color-secondary-alert-border: #f9ba83;
    --color-secondary-alert-text: #331800;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dcc2;
    --color-light-hover: #e5dcc2;
    --color-light-hover-rgb: 229,220,194;
    --color-light-dark: #e5dcc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #ffbb00;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(255, 150, 54, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://connectwithjoy.wondr.se/branding/checkboxImage?h=1766841830_eebe948b');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ffbb00;
    --bs-primary-rgb: 255,187,0;
    --bs-primary-bg-subtle: #ffc933;
    --bs-primary-border-subtle: #ffc933;
    --bs-primary-text-emphasis: #cc9600;

    /* secondary */
    --bs-secondary: #ff9636;
    --bs-secondary-rgb: 255,150,54;
    --bs-secondary-bg-subtle: #ffb169;
    --bs-secondary-border-subtle: #ffb169;
    --bs-secondary-text-emphasis: #ff7b03;

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

    --stroke-linecap: round;
    
}   


