/* caveat-regular */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/caveat/caveat-regular.ttf') format('truetype');
}

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

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

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