
:root {
    --green-color: #021C20;
    --yellow-color: #F8BD4B;
    --yellow-hover-color: #956710;
    --dark-color: #282828;
    --dark-color-alt: #2e2e2f;
    --light-color: #ffffff;
    --light-gray-color: #f0f0f0;
    --gray-color: #B2BDCD;
    --gray-color1: #c2c2c2;

    --font-size-xxl: 2.75rem;
    --font-size-xl: 1.75rem;
    --font-size-h1: 1.75rem;
    --font-size-h2: 1.5rem;
    --font-size-h3: 1.25rem;
    --font-size-h4: 1rem;
    --font-size-h5: .938rem;
    --font-size-normal: .875rem;
    --font-size-xxs: .813rem;
    --font-size-xs: .75rem;
}
