/* =============================================
   LOCAL FONT DECLARATIONS — AgriScan Offline Fonts
   Self-hosted from /public/assets/fonts/
   Replaces Google Fonts CDN dependency
   ============================================= */

/* Cormorant Garamond — Light 300 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('./CormorantGaramond-LightItalic.ttf') format('truetype');
}

/* Cormorant Garamond — Regular 400 Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./CormorantGaramond-Italic.ttf') format('truetype');
}

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

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

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

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

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