/* This is the start of something great! */
:root {
    --background: #FFF8EC;
    --card: #EFE5D3;
    --primary: #2A5A79;
    --text: #000000;
    --content-width: 100%;
    --content-max-width: 764px;
    --content-padding: 0 20px;
    --nav-padding: 10px 0px;
    --nav-bottom-border: 1px solid var(--primary);
    --header-padding: 20px;
    --card-padding: 20px;
    --card-border-radius: 8px;
    --section-gap: 60px;
    --font-size-title: 40px;
    --font-weight-title: 600;
    --font-family-sans: "Helvetica Neue", sans-serif;
    --font-size-header: 24px;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-font-family: "Georgia", serif;
}