/* Non-critical self-hosted fonts - loaded asynchronously */
/* These weights are rarely used but available when needed */

/* Inter - Lighter weights */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-100.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-300.woff2') format('woff2');
}

/* Inter - Medium weight */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
}

/* Inter - Heavier weights */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-900.woff2') format('woff2');
}

/* Inter Bold Italic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: optional;
  size-adjust: 107%;
  src: url('/fonts/inter-v20-latin-700italic.woff2') format('woff2');
}

/* Outfit - Lighter weights */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: optional;
  size-adjust: 95%;
  src: url('/fonts/outfit-v15-latin-100.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: optional;
  size-adjust: 95%;
  src: url('/fonts/outfit-v15-latin-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  size-adjust: 95%;
  src: url('/fonts/outfit-v15-latin-300.woff2') format('woff2');
}

/* Outfit - Medium weight */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  size-adjust: 95%;
  src: url('/fonts/outfit-v15-latin-500.woff2') format('woff2');
}

/* Outfit - Heavier weights */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  size-adjust: 95%;
  src: url('/fonts/outfit-v15-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  size-adjust: 95%;
  src: url('/fonts/outfit-v15-latin-900.woff2') format('woff2');
}
