/* Larken Thin (200) */
@font-face {
  font-family: 'Larken';
  src: url('Larken-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

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

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

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