/* ============================================================
   Effra — Saudi Film Commission primary typeface
   Foundry: Dalton Maag (https://daltonmaag.com/effra)
   Weights shipped: Light 300, Regular 400, Medium 500, Bold 700
   NOTE: brand spec also calls for "Effra Heavy" for headers.
   The Heavy binary was not provided — Bold (700) is mapped as the
   heaviest available weight. Supply Effra Heavy to complete the set.
   ============================================================ */

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/Effra-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Effra-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/Effra-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Effra";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Effra-Bold.ttf") format("truetype");
}
