/* Find Service Dogs — Self-Hosted Variable Fonts */
/* Lora: Professional serif headings (400-700) */
/* Inter: Modern sans-serif body text (100-900) */

/* Lora Variable Font [wght] */
@font-face {
  font-family: 'Lora';
  src: url('/fonts/lora/Lora[wght].ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Inter Variable Font [opsz,wght] */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/Inter[opsz,wght].ttf') format('truetype-variations');
  font-weight: 100 900;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
}
