/* Local fonts. No external font resources are required. */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("Montserrat-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("Montserrat-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("RobotoSlab-Thin.otf") format("opentype");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("RobotoSlab-Light.otf") format("opentype");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("RobotoSlab-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("RobotoSlab-Bold.otf") format("opentype");
}
