:root {
    --color-deep-navy: #0a1128;
    --color-harbor-blue: #1e3a5f;
    --color-ocean-teal: #0d7377;
    --color-sand-beige: #f4d9c3;
    --color-white: #ffffff;
    --color-text-dark: #1a1a1a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
