@font-face {
  font-family: 'FSM Thin';
  font-style: normal;
  font-display: swap;
  src: url('/fonts/FSMeridian-Thin.ttf') format('truetype');
  font-weight: 100;
}

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

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

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

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