:root {
    /* Colors */
    --dark-blue: #00213a;
    --light-blue: #083F69;
    --main-red: #a72a2a;
    --white: #ffffff;
    --cream-bg: #f8f5ef;
    --light-red: #cc1f1f;
    --gray-text-dark: #282828; /* Swapped based on our catch! */
    --gray-text-light: #d9d9d9;

    /* Typography */
    --font-primary: "Roboto", sans-serif;
    --font-display: "Varela Round", sans-serif;

    /* Spacing */
    --section-padding: 80px;
}
