﻿:root {
    /* To get the club colors from hex to hsl use: https://htmlcolors.com/hex-to-hsl */
    /*  Club Colors  */
    --club-main-color: #262261;
    --club-secondary-color: #ffffff;
    /*  Font/text  */
    --club-font-family: "Oswald", Sans-serif;
    --club-font-standard-size: 18px;
    --club-normal-text-align: inherit;
    --club-header-text-align: center;
    --sso-content-area-min-width: 1170px;
}
