/* ==========================================================================
   Gotham — local @font-face
   Gotham is a commercial typeface (Hoefler&Co) and cannot be bundled here.
   Place your licensed font files in this folder with these names
   (woff2 preferred; woff as fallback — either alone also works):

     gotham-light.woff2   / gotham-light.woff    (weight 300)
     gotham-book.woff2    / gotham-book.woff     (weight 400)
     gotham-medium.woff2  / gotham-medium.woff   (weight 500)
     gotham-bold.woff2    / gotham-bold.woff     (weight 700)

   Until the files are present, the site falls back to
   'Helvetica Neue' / Arial (defined in the font stacks of the pages).
   ========================================================================== */

@font-face {
	font-family: 'Gotham';
	src: url('gotham-light.woff2') format('woff2'),
	     url('gotham-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('gotham-book.woff2') format('woff2'),
	     url('gotham-book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('gotham-medium.woff2') format('woff2'),
	     url('gotham-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('gotham-bold.woff2') format('woff2'),
	     url('gotham-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
