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

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

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

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

    --color-primary: #7a7a7a;
    --color-primary-rgb: 122,122,122;
    --color-primary-hover: #616161;
    --color-primary-hover-rgb: 97,97,97;    
    --color-primary-dark: #616161;
    --color-primary-light: #949494;
    --color-primary-text: #000000;
    --color-primary-on-white: #7a7a7a;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c1c1c5;
    --color-primary-alert-border: #a9aaac;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #0d0d0d;
    --color-secondary-rgb: 13,13,13;
    --color-secondary-hover: #272727;
    --color-secondary-hover-rgb: 39,39,39;
    --color-secondary-dark: #000000;
    --color-secondary-light: #272727;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0d0d0d;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #959699;
    --color-secondary-alert-border: #68686b;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #7a7a7a;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(13, 13, 13, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://vkvahva.fi/branding/checkboxImage?h=1742460955_a12904f5');

    --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: #7a7a7a;
    --bs-primary-rgb: 122,122,122;
    --bs-primary-bg-subtle: #949494;
    --bs-primary-border-subtle: #949494;
    --bs-primary-text-emphasis: #616161;

    /* secondary */
    --bs-secondary: #0d0d0d;
    --bs-secondary-rgb: 13,13,13;
    --bs-secondary-bg-subtle: #272727;
    --bs-secondary-border-subtle: #272727;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


