:root {
    --accent-1: #236E65;
    --accent-1-80: #236E65cc;
    --accent-1-dark: #295953;
    --accent-light: #B9DBD8;
    --accent-light-2: #D6DDDC;
    --primary: #154957;
    --primary-80: #154957cc;
    --primary-50: #15495780;
    --secondary: #90DC83;
    --secondary-dark: #74B186;
    --secondary-light: #D5E7C9;
    --secondary-light-2: #B8E09B;

    --background-color-light-1: #F0F5F5;
    --background-color-light-2: #E6EBEB;

    --text-color: #212A2D;
    --text-color-80: #212A2Dcc;
    --text-color-light: #fff;
    --text-color-light-80: #ffffffcc;
    --text-color-light-2: #E9ECF7;

    --background-color: #E9ECF7;

    --font-size-x-small: 0.75rem;
    --font-size-small: 0.875rem;
    --font-size-medium: 1rem;
    --font-size-large: 1.35rem;
    --font-size-x-large: 1.6rem;
    --font-size-xx-large: 1.8rem;
    --font-size-xxx-large: 2.3rem;
    --font-size-xxxx-large: 3rem;
    --font-size-xxxxx-large: 3.5rem;

    --max-width: 1200px;
    --max-width-narrow: 800px;
    --max-width-full: 100%;

    --grid-columns: 12;
    --grid-gap: 24px;

    --border-radius-small: 0.25rem;
    --border-radius-medium: 0.5rem;
    --border-radius-large: 1rem;
    --border-radius-full: 9999px;
}