<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src:
    url("./OpenSans-Regular.woff2") format("woff2"),
    url("./OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src:
    url("./OpenSans-Italic.woff2") format("woff2"),
    url("./OpenSans-Italic.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: condensed;
  font-display: swap;
  src:
    url("./OpenSansCondensed-Regular.woff2") format("woff2"),
    url("./OpenSansCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: condensed;
  font-display: swap;
  src:
    url("./OpenSansCondensed-Italic.woff2") format("woff2"),
    url("./OpenSansCondensed-Italic.woff") format("woff");
}

@font-face {
  font-family: "Minion";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src:
    url("./regular-webfont.woff2") format("woff2"),
    url("./regular-webfont.woff") format("woff");
}

@font-face {
  font-family: "Minion";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src:
    url("./bold-webfont.woff2") format("woff2"),
    url("./bold-webfont.woff") format("woff");
}

/*@font-face {
  font-family: "Minion";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url("./fonts/Minion/medium.ttf") format("truetype");
}*/

@font-face {
  font-family: "Minion";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src:
    url("./semibold-webfont.woff2") format("woff2"),
    url("./semibold-webfont.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal, condensed, expanded;
  font-display: swap;
  src:
    url("./Ubuntu-Regular.woff2") format("woff2"),
    url("./Ubuntu-Regular.woff") format("woff");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal, condensed, expanded;
  font-display: swap;
  src:
    url("./Ubuntu-Medium.woff2") format("woff2"),
    url("./Ubuntu-Medium.woff") format("woff");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal, condensed, expanded;
  font-display: swap;
  src:
    url("./Ubuntu-Italic.woff2") format("woff2"),
    url("./Ubuntu-Italic.woff") format("woff");
}
/*@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-stretch: normal, condensed, expanded;
  font-display: swap;
  src: url("./fonts/Ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
}*/

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
  font-stretch: normal, condensed, expanded;
  font-display: swap;
  src:
    url("./Ubuntu-Bold.woff2") format("woff2"),
    url("./Ubuntu-Bold.woff") format("woff");
}

/*@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: bold;
  font-stretch: normal, condensed, expanded;
  font-display: swap;
  src: url("./fonts/Ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
}
*/
</pre></body></html>