/* Source common/css/styles/fonts/default.scss */

@font-face {
  font-display: fallback;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Rajdhani-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Rajdhani-Medium.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rajdhani-Bold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SourceSans3-Bold.woff2") format("woff2");
}

