/* Self-hosted Merriweather — overrides the Google Fonts CDN @import in
   colors_and_type.css so the brand serif always renders, even offline.
   Load AFTER colors_and_type.css. */
@font-face {
  font-family: "Merriweather"; font-weight: 300; font-style: normal;
  src: url("fonts/Merriweather-Light.ttf") format("truetype"); font-display: swap;
}
@font-face {
  font-family: "Merriweather"; font-weight: 400; font-style: normal;
  src: url("fonts/Merriweather-Regular.ttf") format("truetype"); font-display: swap;
}
@font-face {
  font-family: "Merriweather"; font-weight: 700; font-style: normal;
  src: url("fonts/Merriweather-Bold.ttf") format("truetype"); font-display: swap;
}
@font-face {
  font-family: "Merriweather"; font-weight: 900; font-style: normal;
  src: url("fonts/Merriweather-Black.ttf") format("truetype"); font-display: swap;
}
