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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #ffffff;

    --border-radius: 20px;

    --color-primary: #197fdf;
    --color-primary-rgb: 25,127,223;
    --color-primary-hover: #1465b1;
    --color-primary-hover-rgb: 20,101,177;    
    --color-primary-dark: #1465b1;
    --color-primary-light: #4198ea;
    --color-primary-text: #000000;
    --color-primary-on-white: #197fdf;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9ac3ed;
    --color-primary-alert-border: #6fade9;
    --color-primary-alert-text: #051a2e;

    --color-secondary: #197fdf;
    --color-secondary-rgb: 25,127,223;
    --color-secondary-hover: #1465b1;
    --color-secondary-hover-rgb: 20,101,177;
    --color-secondary-dark: #1465b1;
    --color-secondary-light: #4198ea;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #197fdf;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9ac3ed;
    --color-secondary-alert-border: #6fade9;
    --color-secondary-alert-text: #051a2e;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(25, 127, 223, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://cagesportsclub.se/branding/checkboxImage?h=1757318713_061bf1cb');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #197fdf;
    --bs-primary-rgb: 25,127,223;
    --bs-primary-bg-subtle: #4198ea;
    --bs-primary-border-subtle: #4198ea;
    --bs-primary-text-emphasis: #1465b1;

    /* secondary */
    --bs-secondary: #197fdf;
    --bs-secondary-rgb: 25,127,223;
    --bs-secondary-bg-subtle: #4198ea;
    --bs-secondary-border-subtle: #4198ea;
    --bs-secondary-text-emphasis: #1465b1;

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

    --stroke-linecap: round;
    
}   


