/** Shopify CDN: Minification failed

Line 53:14 Expected ")" to end URL token
Line 54:11 Expected ")" to end URL token
Line 55:11 Expected ")" to end URL token
Line 69:14 Expected ")" to end URL token
Line 70:11 Expected ")" to end URL token
Line 79:14 Expected ")" to end URL token
Line 80:11 Expected ")" to end URL token
Line 89:14 Expected ")" to end URL token
Line 90:11 Expected ")" to end URL token
Line 100:14 Expected ")" to end URL token
... and 5 more hidden warnings

**/
/**
 * @license
 * MyFonts Webfont Build ID 4179912, 2021-09-13T14:22:48-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FenwickLt-Regular by Typodermic
 * URL: https://www.myfonts.com/fonts/typodermic/fenwick/light/
 * 
 * Webfont: FenwickLt-Italic by Typodermic
 * URL: https://www.myfonts.com/fonts/typodermic/fenwick/light-italic/
 * 
 * Webfont: FenwickRg-Regular by Typodermic
 * URL: https://www.myfonts.com/fonts/typodermic/fenwick/regular/
 * 
 * Webfont: FenwickRg-Italic by Typodermic
 * URL: https://www.myfonts.com/fonts/typodermic/fenwick/italic/
 * 
 * Webfont: FenwickRg-Bold by Typodermic
 * URL: https://www.myfonts.com/fonts/typodermic/fenwick/bold/
 * 
 * Webfont: FenwickRg-BoldItalic by Typodermic
 * URL: https://www.myfonts.com/fonts/typodermic/fenwick/bold-italic/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2004-2021 Typodermic Fonts Inc. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


@font-face {
  font-family: orangeCounty;
  src: url({{ 'OrangeCounty-Regular.woff' | asset_url }}) format('woff'),
    url({{ 'OrangeCounty-Regular.otf' | asset_url }}) format('otf'),
    url({{ 'OrangeCounty-Regular.ttf' | asset_url }}) format('ttf');
src:url('/cdn/shop/files/OrangeCounty-Regular.otf?v=1731416982'),
url('/cdn/shop/files/OrangeCounty-Regular.woff?v=1731416982')
  font-display: swap;
}



  
@font-face {
  /*font-family: "FenwickRg-Regular";*/
  font-family: "Fenwick";
  font-weight: 400;
  font-style: normal;
  src: url({{ '400.woff2' | asset_url }}) format('woff2'), 
    url({{ '400.woff' | asset_url }}) format('woff');
src: url('/cdn/shop/files/400.woff2?v=1731416982');
  font-display: swap;
}
@font-face {
  /*font-family: "FenwickRg-Bold";*/
  font-family: "Fenwick";
  font-style: normal;
  font-weight: 700;
  src: url({{ '600.woff2' | asset_url }}) format('woff2'), 
    url({{ '600.woff' | asset_url }}) format('woff');
src: url('/cdn/shop/files/600.woff2?v=1731416982');
  font-display: swap;
}
@font-face {
  /*font-family: "FenwickRg-BoldItalic";*/
  font-family: "Fenwick";
  font-style: italic;
  font-weight: 700;
  src: url({{ '600italic.woff2' | asset_url }}) format('woff2'), 
    url({{ '600italic.woff' | asset_url }}) format('woff');
src: url('/cdn/shop/files/600.woff2?v=1731416982');

  font-display: swap;
}
@font-face {
  /*font-family: "FenwickLt-Regular";*/
  font-family: "Fenwick";
  font-style: normal;
  font-weight: 300;
  src: url({{ '300.woff2' | asset_url }}) format('woff2'), 
    url({{ '300.woff' | asset_url }}) format('woff');
src: url('/cdn/shop/files/300_1.woff2?v=1731416731');

  font-display: swap;
}
@font-face {
  /*font-family: "FenwickLt-Italic";*/
  font-family: "Fenwick";
  font-style: italic;
  font-weight: 300;
  src: url({{ '300italic.woff2' | asset_url }}) format('woff2'), 
    url({{ '300italic.woff' | asset_url }}) format('woff');
src: url('/cdn/shop/files/300_1.woff2?v=1731416731');
  font-display: swap;
}
@font-face {
  /*font-family: "FenwickRg-Italic";*/
  font-family: "Fenwick";
  font-style: italic;
  font-weight: 400;
  src: url({{ '400italic.woff2' | asset_url }}) format('woff2'), 
    url({{ '400italic.woff' | asset_url }}) format('woff');
  font-display: swap;
}
