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

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