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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5d555e;
    --color-tinted-white: #f8ecf9;
    --color-facility-text: #000000;

    --color-primary: #8b1e3f;
    --color-primary-rgb: 139,30,63;
    --color-primary-hover: #b52752;
    --color-primary-hover-rgb: 181,39,82;    
    --color-primary-dark: #61152c;
    --color-primary-light: #b52752;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #8b1e3f;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c89dad;
    --color-primary-alert-border: #b37289;
    --color-primary-alert-text: #2a0913;

    --color-secondary: #af48b7;
    --color-secondary-rgb: 175,72,183;
    --color-secondary-hover: #8c3a92;
    --color-secondary-hover-rgb: 140,58,146;
    --color-secondary-dark: #8c3a92;
    --color-secondary-light: #bf6dc5;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #af48b7;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #d6addd;
    --color-secondary-alert-border: #c98cd1;
    --color-secondary-alert-text: #230e25;

    --color-light: #f4e6ea;
    --color-light-rgb: 244,230,234;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2cd;
    --color-light-hover: #e5c2cd;
    --color-light-hover-rgb: 229,194,205;
    --color-light-dark: #e5c2cd;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6ea;
    --color-light-on-black: #f4e6ea;
    --color-light-border: #8b1e3f;

    --color-light-alert-background: #f2edf2;
    --color-light-alert-border: #f2eaef;
    --color-light-alert-text: #240f15;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(139, 30, 63, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gymstryn.no/branding/checkboxImage?h=1759224904_0b055f3d');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #8b1e3f;
    --bs-primary-rgb: 139,30,63;
    --bs-primary-bg-subtle: #b52752;
    --bs-primary-border-subtle: #b52752;
    --bs-primary-text-emphasis: #61152c;

    /* secondary */
    --bs-secondary: #af48b7;
    --bs-secondary-rgb: 175,72,183;
    --bs-secondary-bg-subtle: #bf6dc5;
    --bs-secondary-border-subtle: #bf6dc5;
    --bs-secondary-text-emphasis: #8c3a92;

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

    --stroke-linecap: round;
    
}   


