/* GT Walsheim Medium */
@font-face {
  font-family: "GT Walsheim";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/GT-Walsheim/GT-Walsheim-Medium.woff2") format("woff2"),
    url("/fonts/GT-Walsheim/GT-Walsheim-Medium.woff") format("woff");
}
/* GT Walsheim Bold */
@font-face {
  font-family: "GT Walsheim";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/GT-Walsheim/GT-Walsheim-Bold.woff2") format("woff2"),
    url("/fonts/GT-Walsheim/GT-Walsheim-Bold.woff") format("woff");
}
/* Graphik Regular */
@font-face {
  font-family: "Graphik";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"),
    url("/fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
}
/* Graphik Regular Italic */
@font-face {
  font-family: "Graphik";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/fonts/Graphik/Graphik-RegularItalic-Web.woff2") format("woff2"),
    url("/fonts/Graphik/Graphik-RegularItalic-Web.woff") format("woff");
}
/* Graphik Medium */
@font-face {
  font-family: "Graphik";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Graphik/Graphik-Medium-Web.woff2") format("woff2"),
    url("/fonts/Graphik/Graphik-Medium-Web.woff") format("woff");
}
/* Graphik Medium Italic */
@font-face {
  font-family: "Graphik";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("/fonts/Graphik/Graphik-MediumItalic-Web.woff2") format("woff2"),
    url("/fonts/Graphik/Graphik-MediumItalic-Web.woff") format("woff");
}

/* TimmonsNY NY */
@font-face {
  font-family: "TIMMONSNY";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/TimmonsNY/TimmonsNY.eot") format("eot");
  src: url("/fonts/TimmonsNY/TimmonsNY.eot?#iefix") format("embedded-opentype"),
    url("/fonts/TimmonsNY/TimmonsNY.woff") format("woff"),
    url("/fonts/TimmonsNY/TimmonsNY.woff2") format("woff2"),
    url("/fonts/TimmonsNY/TimmonsNY.ttf") format("truetype"),
    url("/fonts/TimmonsNY/TimmonsNY.svg#TIMMONSNY") format("svg");
}

/* DM-Sans-regular */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/DM-Sans/dm-sans--regular.woff2') format('woff2'),
    url("/fonts/DM-Sans/dm-sans--regular.woff") format("woff");
}
/* DM-Sans-500 */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/DM-Sans/dm-sans--500.woff2') format('woff2'),
    url('/fonts/DM-Sans/dm-sans--500.woff') format('woff');
}
/* DM-Sans-600 */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/DM-Sans/dm-sans--600.woff2') format('woff2'),
    url('/fonts/DM-Sans/dm-sans--600.woff') format('woff')
}
/* DM-Sans-700 */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/DM-Sans/dm-sans--700.woff2') format('woff2'),
    url('/fonts/DM-Sans/dm-sans--700.woff2') format('woff2');
}

/* SF pro regular */
@font-face {
  font-display: swap;
  font-family: 'SF Pro';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/SF-Pro/SF-Pro.woff2') format('woff2'),
    url('/fonts/SF-Pro/SF-Pro.woff') format('woff');
}