/*
Theme Name: Downtown Dothan
Author: Push Crank Press
Description: Your description goes here
Version: 1.0
Template: blankslate

This is the child theme for BlankSlate theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: 'arial-hebrew';
    src: url('/fonts/arial-hebrew-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

root {
    --parchment: #EFE7D0;
    --graphite: #555E6C;
    --regent: #8A96A8;
    --catskill: #EDF1F7;
    --font-family-primary: 'arial-hebrew', sans-serif;
}

html {
    font-family: var(--font-family-primary);
    font-size: 25px;
    line-height: 1.25;
    color: var(--graphite);
}

@media (max-width: 768px) {
    p {
        font-size: 16px;
    }
}