/* ==========================================================================
   Self-hosted Font Declarations
   Cal Sans (Display) + General Sans (Body)
   ========================================================================== */

/* --- Cal Sans --- */
/* Cal Sans is a single-weight display font (SemiBold 600).
   Source: https://github.com/calcom/font
   License: SIL Open Font License 1.1 */

@font-face {
  font-family: 'Cal Sans';
  src: url('./CalSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* --- General Sans --- */
/* Source: https://www.fontshare.com/fonts/general-sans
   License: Fontshare (free for personal & commercial use) */

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

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

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

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