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

:root {
    --general-font-family: Frank Ruhl Libre;
    --header-font-family: Bree Serif;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #575e55;
    --color-tinted-white: #eff9ec;
    --color-facility-text: #000000;

    --color-primary: #0d2547;
    --color-primary-rgb: 13,37,71;
    --color-primary-hover: #153b72;
    --color-primary-hover-rgb: 21,59,114;    
    --color-primary-dark: #050f1c;
    --color-primary-light: #153b72;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #0d2547;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #959fb1;
    --color-primary-alert-border: #68778d;
    --color-primary-alert-text: #08162b;

    --color-secondary: #266d13;
    --color-secondary-rgb: 38,109,19;
    --color-secondary-hover: #35981b;
    --color-secondary-hover-rgb: 53,152,27;
    --color-secondary-dark: #17420b;
    --color-secondary-light: #35981b;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #266d13;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9fbc9c;
    --color-secondary-alert-border: #77a26e;
    --color-secondary-alert-text: #0f2b08;

    --color-light: #e6ecf4;
    --color-light-rgb: 230,236,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d1e5;
    --color-light-hover: #c2d1e5;
    --color-light-hover-rgb: 194,209,229;
    --color-light-dark: #c2d1e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6ecf4;
    --color-light-on-black: #e6ecf4;
    --color-light-border: #0d2547;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeef5;
    --color-light-alert-text: #0f1824;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(38, 109, 19, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://risorkraftsport.wondr.cc/branding/checkboxImage?h=1747209761_6c80d7ab');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0d2547;
    --bs-primary-rgb: 13,37,71;
    --bs-primary-bg-subtle: #153b72;
    --bs-primary-border-subtle: #153b72;
    --bs-primary-text-emphasis: #050f1c;

    /* secondary */
    --bs-secondary: #266d13;
    --bs-secondary-rgb: 38,109,19;
    --bs-secondary-bg-subtle: #35981b;
    --bs-secondary-border-subtle: #35981b;
    --bs-secondary-text-emphasis: #17420b;

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

    --stroke-linecap: round;
    
}   


