/* MK: Override Elementor custom fonts to avoid FOIT */
@font-face{
  font-family:'DM Serif';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/wp-content/uploads/2025/12/DMSerifText-Regular.ttf') format('truetype');
}

@font-face{
  font-family:'Roboto Bold';
  font-style:normal;
  font-weight:normal;
  font-display:swap;
  src:url('/wp-content/uploads/2025/12/Roboto-Bold.ttf') format('truetype');
}

@font-face{
  font-family:'Roboto Regular';
  font-style:normal;
  font-weight:normal;
  font-display:swap;
  src:url('/wp-content/uploads/2025/12/Roboto-Regular.ttf') format('truetype');
}

@font-face{
  font-family:'Roboto Light';
  font-style:normal;
  font-weight:normal;
  font-display:optional;
  src:url('/wp-content/uploads/2025/12/Roboto-Light.ttf') format('truetype');
}

@font-face{
  font-family:'Roboto Condensed Light';
  font-style:normal;
  font-weight:normal;
  font-display:optional;
  src:url('/wp-content/uploads/2025/12/Roboto_Condensed-Light.ttf') format('truetype');
}
