/*
 * fonts-googleapis.css
 * 
 * Local Inter font family
 * This file uses locally hosted Inter font files for offline support
 * 
 * Font: Inter
 * Source: https://fonts.google.com/specimen/Inter
 * 
 * File location: public/fa/css/fonts-googleapis.css
 * Font files location: public/fa/fonts/
 * 
 * One TTF per weight: Light (300), Regular (400), Medium (500), SemiBold (600), Bold (700).
 * To add more weights (e.g. Thin, ExtraBold), download from:
 * https://github.com/rsms/inter/releases/latest
 * 
 * Updated to Inter font on 2026-01-19
 */

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

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

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

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

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

/* Keep Marujo and Museo Sans for compatibility */
@font-face {
  font-family: 'Marujo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/marujo-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MuseoSans_300-webfont.ttf') format('truetype');
}
