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

:root {
    --general-font-family: Voltaire;
    --header-font-family: Voltaire;

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

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

    --color-primary: #d275f0;
    --color-primary-rgb: 210,117,240;
    --color-primary-hover: #c347eb;
    --color-primary-hover-rgb: 195,71,235;    
    --color-primary-dark: #c347eb;
    --color-primary-light: #e1a3f5;
    --color-primary-text: #000000;
    --color-primary-on-white: #d275f0;
    --color-primary-on-black: #d275f0;

    --color-primary-alert-background: #e4bff4;
    --color-primary-alert-border: #dea7f3;
    --color-primary-alert-text: #24052e;

    --color-secondary: #353535;
    --color-secondary-rgb: 53,53,53;
    --color-secondary-hover: #4f4f4f;
    --color-secondary-hover-rgb: 79,79,79;
    --color-secondary-dark: #1c1c1c;
    --color-secondary-light: #4f4f4f;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #353535;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a5a6a9;
    --color-secondary-alert-border: #808083;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(53, 53, 53, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://revivekristianstad.se/branding/checkboxImage?h=1742818714_0697e8a2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #d275f0;
    --bs-primary-rgb: 210,117,240;
    --bs-primary-bg-subtle: #e1a3f5;
    --bs-primary-border-subtle: #e1a3f5;
    --bs-primary-text-emphasis: #c347eb;

    /* secondary */
    --bs-secondary: #353535;
    --bs-secondary-rgb: 53,53,53;
    --bs-secondary-bg-subtle: #4f4f4f;
    --bs-secondary-border-subtle: #4f4f4f;
    --bs-secondary-text-emphasis: #1c1c1c;

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

    --stroke-linecap: round;
    
}   


