@font-face {
  font-family: 'Andale Mono';
  src: url('//tranquilacoffee.com/cdn/shop/t/1/assets/andale-mono.ttf?v=139686592656354537651778788394') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-body-family: 'Andale Mono', ui-monospace, monospace !important;
}

body {
  font-family: 'Andale Mono', ui-monospace, monospace;
}