/* =================================================================
   == LOCAL FONT DEFINITIONS FOR TALENTA TOUR ADMIN               ==
   ================================================================= */

/* --- Arial Nova Font Faces (Primary Sans) --- */
@font-face {
  font-display: swap;
  font-family: 'Arial Nova';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ArialNova.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Arial Nova';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ArialNova-Bold.ttf') format('truetype');
}

.font-poppins {
  font-family: 'Arial Nova', Arial, sans-serif !important;
}

/* --- Poppins Font Faces --- */
/* Alias Poppins to Arial Nova so existing classes/styles keep working. */

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ArialNova.ttf') format('truetype');
}
/* For other weights, we'll just use the regular font */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ArialNova.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ArialNova.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ArialNova-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/ArialNova-Bold.ttf') format('truetype');
}

/* --- Lora Font Faces --- */

/* lora-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v36-latin-regular.woff2') format('woff2');
}
/* For bold weight, we'll just use the regular font */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v36-latin-regular.woff2') format('woff2');
}
