/* ============================================================
   Dal Cero — Webfont declarations
   Aventa  → display / headlines / logotype voice
   Loos    → body / UI / long-form text
   ============================================================ */

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

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

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

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