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

:root {
    --general-font-family: AR One Sans;
    --header-font-family: AR One Sans;

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

    --color-facility: #1F252B;
    --color-tinted-gray: #55555e;
    --color-tinted-white: #edecf9;
    --color-facility-text: #ffffff;

    --color-primary: #261ab2;
    --color-primary-rgb: 38,26,178;
    --color-primary-hover: #1d1486;
    --color-primary-hover-rgb: 29,20,134;    
    --color-primary-dark: #1d1486;
    --color-primary-light: #2f21df;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #261ab2;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9f9bdb;
    --color-primary-alert-border: #7770ce;
    --color-primary-alert-text: #09072d;

    --color-secondary: #7f76f6;
    --color-secondary-rgb: 127,118,246;
    --color-secondary-hover: #5246f3;
    --color-secondary-hover-rgb: 82,70,243;
    --color-secondary-dark: #5246f3;
    --color-secondary-light: #aca6f9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #7f76f6;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #c3c0f7;
    --color-secondary-alert-border: #aca7f6;
    --color-secondary-alert-text: #060330;

    --color-light: #e7e6f4;
    --color-light-rgb: 231,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c5c2e5;
    --color-light-hover: #c5c2e5;
    --color-light-hover-rgb: 197,194,229;
    --color-light-dark: #c5c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e7e6f4;
    --color-light-on-black: #e7e6f4;
    --color-light-border: #261ab2;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #ebeaf5;
    --color-light-alert-text: #110f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(127, 118, 246, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tranasgymnastiksallskap.wondr.se/branding/checkboxImage?h=1717076153_02baa308');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #261ab2;
    --bs-primary-rgb: 38,26,178;
    --bs-primary-bg-subtle: #2f21df;
    --bs-primary-border-subtle: #2f21df;
    --bs-primary-text-emphasis: #1d1486;

    /* secondary */
    --bs-secondary: #7f76f6;
    --bs-secondary-rgb: 127,118,246;
    --bs-secondary-bg-subtle: #aca6f9;
    --bs-secondary-border-subtle: #aca6f9;
    --bs-secondary-text-emphasis: #5246f3;

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

    --stroke-linecap: round;
    
}   


