@font-face {
  font-family: "Raleway";
  src: url("/resource/fonts/raleway/Raleway-Light.woff") format("woff"),
         url("/resource/fonts/raleway/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/resource/fonts/raleway/Raleway-Regular.woff") format("woff"),
         url("/resource/fonts/raleway/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("/resource/fonts/raleway/Raleway-Thin.woff") format("woff"),
         url("/resource/fonts/raleway/Raleway-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/resource/fonts/open_sans/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/resource/fonts/open_sans/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/resource/fonts/open_sans/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}