
:root {
    --font-family: graphie;
    --body-font-size: 16px;
    --heading-font-family: noto-sans;
    --subheading-font-family: Playfair Display;
    --accent-color: #003a42;
    --accent-color-rgba: rgba(205 167 142 / 70%);
    --secondary-bg-color: #ba705f;
    --cta-color: #0c1330;
    --cta-hover-color: #6d6a69;
    --button-color: #cda78e;
    --button-hover-color: #003a42;
    --text-color: #003a42;
    --subheading-text-color: #cda78e;
}

