@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TestTiemposFine-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TestTiemposFine-RegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TestTiemposFine-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Fine";
  src: url("../fonts/TestTiemposFine-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Tiempos Fine", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
}
