/*
Theme Name: TownSites
Theme URI: https://townsites.org
Author: N Palmer
Author URI: https://townsites.org
Description: WordPress heme containing CSS/SCSS needed for TownSites.
*/


/* wordpress classes need to be hidden */
.header, #header, #sidebar, #footer {
    display: none;
}

/* Default Breakdance variables */
.bde-h1, .bde-h2, .bde-h3, .bde-h4, .bde-h5, .bde-h6,
.breakdance h1, .breakdance h2, .breakdance h3, .breakdance h4, .breakdance h5, .breakdance h6 {
    --bde-heading-font-family: 'Montserrat', sans-serif;
}
.breakdance {
    --bde-body-font-family: 'Inter', sans-serif;
}
a {
    color: #ecd092 !important;
}