/* Generated from brands/homesystems/brand.yaml — do not edit. */
:root{
  --brand: #163a52;
  --brand-2: #2c5a78;
  --brand-tint: #eaf1f5;
  --accent: #b8560f;
  --accent-tint: #fdf1e7;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}
@media (prefers-color-scheme: dark) {
  :root{
  --brand: #6fb8dd;
  --brand-2: #8fcbe8;
  --brand-tint: #16283a;
  --accent: #f0a86a;
  --accent-tint: #2e2114;
  }
}