
/* Place this file at: /wp-content/themes/your-theme/assets/fonts/fonts.css */
/* Update file names to your actual .woff2 files */

@font-face{
  font-family: "Tiempos Text";
  src: url("TiemposText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Tiempos Text";
  src: url("TiemposText-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Inter Local";
  src: url("Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Inter Local";
  src: url("Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "IBM Plex Mono";
  src: url("IBMPlexMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional: Map the local family to WP preset slug via utility classes if needed */
:root{
  /* Example custom properties if referencing in custom CSS */
  --brand-espresso:#2B2B2B;
  --brand-gold:#B89C5D;
  --brand-beige:#FAF9F6;
  --brand-teal:#1F4C45;
}
