/* Inter Font from Google Fonts - Fallback */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap');

/* Twitter Chirp Font */
@font-face {
  font-family: 'Twitter Chirp';
  src: url('/twitter/fonts/chirp-font-master/Chirp-Regular.woff2') format('woff2'),
       url('/twitter/fonts/chirp-font-master/Chirp-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('/twitter/fonts/chirp-font-master/Chirp-Medium.woff2') format('woff2'),
       url('/twitter/fonts/chirp-font-master/Chirp-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('/twitter/fonts/chirp-font-master/Chirp-Bold.woff2') format('woff2'),
       url('/twitter/fonts/chirp-font-master/Chirp-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('/twitter/fonts/chirp-font-master/Chirp-Heavy.woff2') format('woff2'),
       url('/twitter/fonts/chirp-font-master/Chirp-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Font Family Variables */
:root {
  --font-chirp: 'Twitter Chirp', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-inter: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-system: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
