/* ============================================================================
   fonts.css — @font-face declarations for self-hosted fonts.
   ========================================================================= */

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