﻿:root {
    /* To get the club colors from hex to hsl use: https://htmlcolors.com/hex-to-hsl */
    /*  Club Colors  */
    --club-main-hue: 354;
    --club-main-color: hsl(var(--club-main-hue), 98%, 40%);
    --club-secondary-hue: 145;
    --club-secondary-color: #ffffff;
    --club-main-color-lighter: hsl(var(--club-main-hue), 50%, 90%);
    /*  Font/text  */
    --club-font-family: "Oswald", Sans-serif;
    --club-font-standard-size: 16px;
    --club-normal-text-align: inherit;
    --club-header-text-align: center;
    --sso-content-area-min-width: 1170px;
}
