/* ============================================================
   Brownsett Personal Estate Agents — Web fonts
   Display wordmark : Adrianna Extended (the BROWNSETT mark)
   Editorial serif  : Cormorant Garamond (Google)
   Body / UI sans   : Effra Std Regular (only weight supplied)
   Script accent    : Allura (Google) — used ONLY for "Outstanding results."
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Allura&display=swap");

@font-face {
  font-family: "Adrianna Extended";
  src: url("../assets/fonts/adrianna-extended.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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