/* Colony Trace HOA — theme.css.php?scope=public */
:root {
  --teal-dark: #005a72;
  --teal: #0090b0;
  --teal-light: #00b4d0;
  --gold: #d4962a;
  --gold-light: #f0c042;
  --coral: #e05f45;
  --seafoam: #64bdb5;
  --cream: #f2eedf;
  --sand: #faf7f1;
  --white: #ffffff;
  --text: #1e3848;
  --text-light: #5a7888;
  --border: #c8dde6;
}
:root {
  --teal-dark: #005a72;
  --teal: #0090b0;
  --teal-light: #00b4d0;
  --gold: #d4962a;
  --gold-light: #f0c042;
  --coral: #e05f45;
  --seafoam: #64bdb5;
  --cream: #f2eedf;
  --sand: #faf7f1;
  --white: #ffffff;
  --text: #1e3848;
  --text-light: #5a7888;
  --border: #c8dde6;
  --font-header: 'Playfair Display', serif;
  --font-body:   'Open Sans', sans-serif;
}
body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6, .nav-brand-name { font-family: var(--font-header); }
