:root {
    /* Same as before these color properties can be accessed with e.g. var(--mist) */
    --mist: #e8e3e1;
    --beige: #d5cecc;
    --tan: #a89985;
    --slate: #6a6b65;
    --basalt: #35393C;
    --accent: #417EA9;
    --armed: #033862;
}
