/* Inter Font - Local */
/* 
  These @font-face declarations expect font files to be in this directory.
  Download Inter fonts from: https://fonts.google.com/download?family=Inter
  Or from: https://github.com/rsms/inter/releases
  
  Place the following files in this directory:
  - Inter-Light.woff2 (weight 300)
  - Inter-Regular.woff2 (weight 400)
  - Inter-Medium.woff2 (weight 500)
  - Inter-SemiBold.woff2 (weight 600)
  - Inter-Bold.woff2 (weight 700)
*/

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

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

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

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

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