/* Greenwood local/package-safe font setup.
   Uses installed system fonts to avoid missing external/proprietary font files on shared hosting.
   To bundle a licensed webfont later, add woff2 files to /fonts and replace the stack below with @font-face rules. */
:root {
  --gw-font-body: Arial, Helvetica, "Liberation Sans", "Nimbus Sans", sans-serif;
  --gw-font-heading: Arial, Helvetica, "Liberation Sans", "Nimbus Sans", sans-serif;
}
html, body, input, textarea, select, button { font-family: var(--gw-font-body); }
h1, h2, h3, h4, h5, h6, .alt-font, .navbar-nav, .butn-style3, .butn-style6 { font-family: var(--gw-font-heading); }
