/*
 * Local font face for Open Sans.
 * Place opensans-regular.woff2 and opensans-bold.woff2 in this folder.
 * No remote URLs — offline only.
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./opensans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./opensans-bold.woff2") format("woff2");
}
