@font-face {
  font-family: Lemon Milk;

  font-weight: 400;

  font-display: swap;

  src: url(/fonts/lemonmilk-regular-webfont.woff2?fca341634fe2c9636a654e87f0d27c52) format("woff2");
}

@font-face {
  font-family: Roboto;

  font-weight: 400;

  font-display: swap;

  src: url(/fonts/Roboto-Regular.ttf?04b605aa85f24816e3e6cc19b10c3d09) format("truetype");
}

.font-lemonmilk {
  font-family: Lemon Milk, serif;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

html {
  font-family: Roboto, sans-serif !important;
}

