/* Nunito Font Family - Local fonts for performance optimization */

/* Nunito Light 300 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Nunito-Light.ttf') format('truetype');
}

/* Nunito Regular 400 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Nunito-Regular.ttf') format('truetype');
}

/* Nunito Medium 500 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Nunito-Medium.ttf') format('truetype');
}

/* Nunito SemiBold 600 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Nunito-SemiBold.ttf') format('truetype');
}

/* Nunito Bold 700 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Nunito-Bold.ttf') format('truetype');
}

/* Nunito ExtraBold 800 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Nunito-ExtraBold.ttf') format('truetype');
}

/* Fallback fonts for better performance */
body, 
.font-nunito {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}