/* ============================================================
   SEARCH TALENT PROS — Tipografía de marca
   Prumo Deck (display) · Basetica (texto/UI)
   ============================================================ */


/* ---------- PRUMO DECK ---------- */
@font-face{
  font-family:'Prumo Deck'; font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-Book.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:italic; font-weight:400; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-BookItalic.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:normal; font-weight:500; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-Medium.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:italic; font-weight:500; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-MediumItalic.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:normal; font-weight:700; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-Bold.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:italic; font-weight:700; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-BoldItalic.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:normal; font-weight:900; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-Black.ttf') format('truetype');
}
@font-face{
  font-family:'Prumo Deck'; font-style:italic; font-weight:900; font-display:swap;
  src:url('/assets/fonts/PrumoDeck-BlackItalic.ttf') format('truetype');
}

/* ---------- BASETICA ---------- */
@font-face{
  font-family:'Basetica'; font-style:normal; font-weight:300; font-display:swap;
  src:url('/assets/fonts/basetica-light.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:italic; font-weight:300; font-display:swap;
  src:url('/assets/fonts/basetica-light-italic.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/basetica-regular.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:italic; font-weight:400; font-display:swap;
  src:url('/assets/fonts/basetica-italic.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:normal; font-weight:500; font-display:swap;
  src:url('/assets/fonts/basetica-medium.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:italic; font-weight:500; font-display:swap;
  src:url('/assets/fonts/basetica-medium-italic.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:normal; font-weight:700; font-display:swap;
  src:url('/assets/fonts/basetica-bold.otf') format('opentype');
}
@font-face{
  font-family:'Basetica'; font-style:italic; font-weight:700; font-display:swap;
  src:url('/assets/fonts/basetica-bold-italic.otf') format('opentype');
}
