@font-face {
  font-family: 'Rig Sans';
  src: url('{{ "rigsans-regular.woff2" | asset_url }}') format("woff2"),
       url('{{ "rigsans-regular.woff" | asset_url }}') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body, p, h1, h2, h3, h4, h5, h6, a, span, li {
  font-family: 'Rig Sans', sans-serif !important;
}
