/*
Theme Name: Etch Child Theme
Template: etch-theme
Description: Balance3Sixty B3S customizations
Version: 1.0.3
*/

:root {
  --text-font-family: "DM Sans", system-ui, sans-serif;
  --heading-font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
}

body {
  font-family: var(--text-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
}
