/* MAJLIS Editions global type.
   Loads Brandon Grotesque (the brand face) from the local files and points the
   shared font variables at it, so every page that links this renders in Brandon
   Grotesque. Absolute font URLs so it works from any folder depth. */
@font-face{font-family:"Brandon Grotesque";src:url("/brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_light-BF64a625c93e709.otf") format("opentype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Brandon Grotesque";src:url("/brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Brandon Grotesque";src:url("/brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_medium-BF64a625c84a521.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Brandon Grotesque";src:url("/brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Brandon Grotesque";src:url("/brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.otf") format("opentype");font-weight:800;font-style:normal;font-display:swap}
:root{
  --ff-display:"Brandon Grotesque","Brandon Text","Avenir Next",Arial,sans-serif!important;
  --ff-body:"Brandon Grotesque","Brandon Text","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif!important;
}
