/* Self-hosted Fontshare fonts — General Sans + Zodiak */

/* General Sans 400 */
@font-face {
  font-family: 'General Sans';
  src: url('/static/fonts/general-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* General Sans 500 */
@font-face {
  font-family: 'General Sans';
  src: url('/static/fonts/general-sans-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* General Sans 600 */
@font-face {
  font-family: 'General Sans';
  src: url('/static/fonts/general-sans-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/* General Sans 700 */
@font-face {
  font-family: 'General Sans';
  src: url('/static/fonts/general-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Zodiak 400 */
@font-face {
  font-family: 'Zodiak';
  src: url('/static/fonts/zodiak-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Zodiak 700 */
@font-face {
  font-family: 'Zodiak';
  src: url('/static/fonts/zodiak-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
