/* Regular */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

/* Bold Italic */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

/* Thin */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37GingerThin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

/* Thin Italic */
@font-face {
  font-family: "F37 Ginger";
  src: url("/font/F37Ginger-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
