/**
 * Local Ubuntu variable-font definitions override the theme's external CDN URLs.
 *
 * The canonical_sphinx theme's custom.css declares @font-face rules pointing
 * to https://assets.ubuntu.com/. This file re-declares them with local URLs,
 * and CSS cascade ensures browsers use the locally-served .woff2 files.
 * See docs/_static/fonts/README.md for font versions and update instructions.
 */

/* default font set */
@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-latin.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: italic;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-Italic-latin.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Ubuntu Mono variable';
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/UbuntuMono-latin.woff2') format('woff2-variations');
}

/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-cyrillic-extended.woff2') format('woff2-variations');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-cyrillic.woff2') format('woff2-variations');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-greek-extended.woff2') format('woff2-variations');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-greek.woff2') format('woff2-variations');
  unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
  font-family: 'Ubuntu variable';
  font-stretch: 100%;
  font-style: normal;
  font-weight: 100 800;
  src: url('fonts/Ubuntu-latin-extended.woff2') format('woff2-variations');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
