/**
 * Sophie Wells Art - MyPlan Typography
 * Merriweather - Google Fonts
 */

.merriweather {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

:root {
  --heading-font: "Merriweather", Georgia, serif;
  --body-font: "Merriweather", Georgia, serif;
  --mono-font: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
