* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
@font-face {
  text-rendering: optimizeLegibility;
  font-family: "Canela";
  src: url("Canela-Light.woff2") format("woff2"),
    url("Canela-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  text-rendering: optimizeLegibility;
  font-family: "Founders Grotesk";
  src: url("Founders-Grotesk-Regular.woff2") format("woff2"),
    url("Founders-Grotesk-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  text-rendering: optimizeLegibility;
  font-family: "Peacelove";
  src: url("Peacelove-Medium.woff2") format("woff2"),
    url("Peacelove-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  text-rendering: optimizeLegibility;
  font-family: "Romie";
  src: url("Romie-Regular.otf") format("opentype"),
    url("Romie-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
