﻿/* COPYRIGHT (C) 2025 WA State Parks and Recreation Commission */
/* All rights reserved. This source code is protected under copyright law. */
/* Unauthorized copying of this file, via any medium, is strictly prohibited. */

/* See the following for how these styles should be applied: */
/* https://stateofwa.sharepoint.com/:b:/r/sites/Parks-ip-mcw/Shared%20Documents/Parks%20Brand/WAParks_BrandGuide.pdf?csf=1&web=1&e=wsUvQC */
:root {
    --color-primary-basalt: #DA8824;
    --color-primary-evergreen: #1A5632;
    --color-primary-falls: #9DD4CA;
    --color-primary-moss: #789904;
    --color-primary-sunbeam: #F5B335;

    --color-accent-darkgray: #8BAA9A;
    --color-accent-goldenrod: #F5B335;
    --color-accent-lightcyan: #CFEAE4;
    --color-accent-palegoldenrod: #CBD682;
    --color-accent-peru: #DA8824;
    --color-accent-seagreen: #457857;
    --color-accent-whitesmoke: #EBEBEA;

    --color-safety-brickred: #A6192E;
    --color-safety-orange: #E57200;

    --font-family-body: "GT Walsheim Regular", "Arial Nova", "Arial", sans-serif;
    --font-family-headings: "GT Walsheim Condensed Bold", "Arial Nova", "Arial", sans-serif;
    --font-family-subheadings: "GT Walsheim Bold", "Arial Nova", "Arial", sans-serif;
}

.bg-primary-evergreen {
    background-color: var(--color-primary-evergreen);
}

.fs-body {
    font-family: var(--font-family-body);
}

.fs-heading {
    font-family: var(--font-family-headings);
}

.fs-subheading {
    font-family: var(--font-family-subheadings);
}
