/** Shopify CDN: Minification failed

Line 36:0 Expected ")" to go with "("

**/
@font-face {
  font-family: 'Queens';
  src: url('{{ 'queens2.woff' | asset_url }})' format('woff'),
       url('{{ 'Queens_Variable.ttf' | asset_url }}') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Queens";
  src: url("./Queens_Variable.ttf" ) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("futura_bk.ttf" ) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

  @font-face {
  font-family: "queens2";
  src: url("queens2.woff2") format("woff2"),
    url("queens2.woff") format("woff");
}

