﻿/**
 * BASE STYLES
 * ===========
 * 
 * Typography and Base Element Styles
 * 
 * FONTS USED:
 * - proxima-nova: Body text (from Adobe Fonts)
 * - gelica: Headings (from Adobe Fonts)
 */

body {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em; /* Base font size - adjust for global scaling */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Heading font family - used for titles and section headers */
.heading {
    font-family: "gelica", sans-serif;
    font-weight: 700;
    font-style: normal;
}
