/**
 * Static font definitions for Cuemath Website.
 * This file is loaded once via <link> tag and cached by the browser,
 * preventing font re-downloads on navigation.
 *
 * Solution for: https://github.com/vercel/next.js/issues/34462
 */

/* Athletics Font Family */
@font-face {
  font-family: 'Athletics-Light';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/Athletics-Light.woff2) format('woff2'), url(/fonts/Athletics-Light.woff) format('woff');
}

@font-face {
  font-family: 'Athletics-Black';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/Athletics-Black.woff) format('woff');
}

@font-face {
  font-family: 'Athletics';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/Athletics-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Athletics-Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/Athletics-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Athletics-Medium';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/Athletics-Medium.woff) format('woff');
}

@font-face {
  font-family: 'Athletics-Bold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/fonts/Athletics-Bold.woff) format('woff');
}

/* Untitled Sans Font Family */
@font-face {
  font-family: 'Untitled Sans Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/untitled-sans-regular.woff2) format('woff2'), url(/fonts/untitled-sans-regular.woff) format('woff');
}

@font-face {
  font-family: 'Untitled Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/untitled-sans-medium.woff2) format('woff2'), url(/fonts/untitled-sans-medium.woff) format('woff');
}

@font-face {
  font-family: 'Untitled Sans Medium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/untitled-sans-medium.woff2) format('woff2'), url(/fonts/untitled-sans-medium.woff) format('woff');
}

@font-face {
  font-family: 'Untitled Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/untitled-sans-regular.woff2) format('woff2'), url(/fonts/untitled-sans-regular.woff) format('woff');
}

/* Google Fonts - Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

