
@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;

    --color-facility: #000000;
    --color-tinted-gray: #54595d;
    --color-tinted-white: #ebf2f8;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #197fdf;
    --color-primary-rgb: 25,127,223;
    --color-primary-hover: #1364b1;
    --color-primary-hover-rgb: 19,100,177;    
    --color-primary-dark: #1364b1;
    --color-primary-light: #4198e9;
    --color-primary-text: #ebf2f8;
    --color-primary-on-white: #197fdf;
    --color-primary-on-black: #197fdf;

    --color-primary-alert-background: #9ac3ed;
    --color-primary-alert-border: #6face8;
    --color-primary-alert-text: #051a2d;

    --color-secondary: #197fdf;
    --color-secondary-rgb: 25,127,223;
    --color-secondary-hover: #1364b1;
    --color-secondary-hover-rgb: 19,100,177;
    --color-secondary-dark: #1364b1;
    --color-secondary-light: #4198e9;
    --color-secondary-text: #ebf2f8;
    --color-secondary-on-white: #197fdf;
    --color-secondary-on-black: #197fdf;

    --color-secondary-alert-background: #9ac3ed;
    --color-secondary-alert-border: #6face8;
    --color-secondary-alert-text: #051a2d;

    --color-danger: #f40404;
    --color-danger-hover: #c10303;
    --color-danger-dark: #c10303;
    --color-danger-light: #fb2f2f;
    --color-danger-text: #f8ebeb;
    --color-danger-on-white: #f40404;
    --color-danger-on-black: #f40404;

    --color-danger-alert-background: #f19295;
    --color-danger-alert-border: #f26265;
    --color-danger-alert-text: #320000;

    --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=1756992703_061bf1cb');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #54595d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #197fdf;
    --bs-secondary-rgb: 25,127,223;
    --bs-secondary-bg-subtle: #4198e9;
    --bs-secondary-border-subtle: #4198e9;
    --bs-secondary-text-emphasis: #1364b1;

    --bs-danger: #f40404;
    --bs-danger-rgb: 244,4,4;
    --bs-danger-bg-subtle: #fb2f2f;
    --bs-danger-border-subtle: #fb2f2f;
    --bs-danger-text-emphasis: #c10303;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


