/* Non-critical fonts: loaded after first paint to shorten critical path */
@font-face {
  font-family: 'Madera';
  src: url('/fonts/Madera-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madera';
  src: url('/fonts/Madera-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madera';
  src: url('/fonts/Madera-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velour Raw';
  src: url('/fonts/velourraw-trial-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sagata';
  src: url('/fonts/Sagata_Normal_Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sagata';
  src: url('/fonts/Sagata_Normal_Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
