/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * 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: Cy Grotesk Key Bold by Kobuzan
 * URL: https://www.myfonts.com/collections/kobuzan-foundry

 * Webfont: Cy Grotesk Key Light by Kobuzan
 * URL: https://www.myfonts.com/collections/kobuzan-foundry
 
 * © 2026 MyFonts Inc. */



@font-face {
  font-family: "CyGroteskKey";
  src: url("{{ 'CyGroteskKeyBold.woff2' | asset_url }}") format('woff2'),
  url("{{ 'CyGroteskKeyBold.woff' | asset_url }}") format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CyGroteskKey";
  src: url("{{ 'CyGroteskKeyLight.woff2' | asset_url }}") format('woff2'),
  url("{{ 'CyGroteskKeyLight.woff' | asset_url }}") format('woff');
  font-weight: 300;
  font-style: normal;
}