/* Reyhan Webfont Set
   Expect fonts at: assets/fonts/*.woff2|.woff
   Use numeric font-weight values for consistency.
*/

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

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

@font-face {
  font-family: "Reyhan";
  src: url("../fonts/Reyhan-Medium.woff2") format("woff2"),
       url("../fonts/Reyhan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reyhan";
  src: url("../fonts/Reyhan-Semibold.woff2") format("woff2"),
       url("../fonts/Reyhan-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Reyhan";
  src: url("../fonts/Reyhan-Bold.woff2") format("woff2"),
       url("../fonts/Reyhan-Bold.woff") format("woff");
  font-weight: 700; /* was 'bold' */
  font-style: normal;
  font-display: swap;
}