/* src/styles/fonts.css */

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

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

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

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

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