/* Kosher Homes by Villatel — self-hosted brand fonts.
   Archivo Expanded (display) + Outfit (body). No CDN.
   Link this file FIRST on every page. */

@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Archivo Expanded"; font-weight: 300;
  src: url("fonts/Archivo_Expanded-Light.ttf") format("truetype"); font-display: swap;
}
@font-face {
  font-family: "Archivo Expanded"; font-weight: 400;
  src: url("fonts/Archivo_Expanded-Regular.ttf") format("truetype"); font-display: swap;
}
@font-face {
  font-family: "Archivo Expanded"; font-weight: 500;
  src: url("fonts/Archivo_Expanded-Medium.ttf") format("truetype"); font-display: swap;
}
