<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #2d2b2b;
    --color-primary-rgb: 45,43,43;
    --color-primary-hover: #474343;
    --color-primary-hover-rgb: 71,67,67;    
    --color-primary-dark: #121212;
    --color-primary-light: #474343;
    --color-primary-text: #f8ebeb;
    --color-primary-on-white: #2d2b2b;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a2a1a5;
    --color-primary-alert-border: #7b7a7c;
    --color-primary-alert-text: #1a1818;

    --color-secondary: #ec2727;
    --color-secondary-rgb: 236,39,39;
    --color-secondary-hover: #cd1212;
    --color-secondary-hover-rgb: 205,18,18;
    --color-secondary-dark: #cd1212;
    --color-secondary-light: #f05555;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #ec2727;
    --color-secondary-on-black: #ec2727;

    --color-secondary-alert-background: #eea0a3;
    --color-secondary-alert-border: #ed777a;
    --color-secondary-alert-text: #2e0404;

    --color-danger: #c6bfbf;
    --color-danger-hover: #ada4a4;
    --color-danger-dark: #ada4a4;
    --color-danger-light: #ded9d9;
    --color-danger-text: #282424;
    --color-danger-on-white: #000000;
    --color-danger-on-black: #c6bfbf;

    --color-danger-alert-background: #dfdde0;
    --color-danger-alert-border: #d6d3d5;
    --color-danger-alert-text: #1a1818;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(236, 39, 39, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitlbk.wondr.se/branding/checkboxImage?h=1709201152_aa234266');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #2d2b2b;
    --bs-primary-rgb: 45,43,43;
    --bs-primary-bg-subtle: #474343;
    --bs-primary-border-subtle: #474343;
    --bs-primary-text-emphasis: #121212;

    --bs-secondary: #ec2727;
    --bs-secondary-rgb: 236,39,39;
    --bs-secondary-bg-subtle: #f05555;
    --bs-secondary-border-subtle: #f05555;
    --bs-secondary-text-emphasis: #cd1212;

    --bs-danger: #c6bfbf;
    --bs-danger-rgb: 198,191,191;
    --bs-danger-bg-subtle: #ded9d9;
    --bs-danger-border-subtle: #ded9d9;
    --bs-danger-text-emphasis: #ada4a4;


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

    --stroke-linecap: round;
    
}   


</pre></body></html>