/* VOX Restaurant Branding Fonts */

/* Primary Font: Gill Display Compressed */
@font-face {
  font-family: "Gill Display Compressed";
  src: url("/brand/vox/GillDisplayCompressedStd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Secondary Font: GT Flexa Condensed */
@font-face {
  font-family: "GT Flexa Condensed";
  src: url("/brand/vox/GT-Flexa-Condensed-Regular.woff2") format("woff2"),
       url("/brand/vox/GT-Flexa-Condensed-Regular.woff") format("woff"),
       url("/brand/vox/GT-Flexa-Condensed-Regular.ttf") format("truetype"),
       url("/brand/vox/GT-Flexa-Condensed-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
