/* Awesomic — Webfonts
 *
 * Cosmica is the brand's sole typeface. These are the official Cosmica
 * *Trial* binaries (BeFonts trial license — see Befonts-License.txt). For
 * production deployment, replace with fully-licensed Cosmica files of the
 * same family name. Cosmica Mono is included as an optional code/numeric face.
 *
 * Weight map (upright): Light 300 · Book 350 · Regular 400 · Medium 500 ·
 * Semibold 600 · Bold 700. The system's hierarchy lives within this range.
 */

@font-face {
  font-family: 'Cosmica';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/Cosmica-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Cosmica';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url('fonts/Cosmica-Book.otf') format('opentype');
}
@font-face {
  font-family: 'Cosmica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Cosmica-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Cosmica';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Cosmica-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Cosmica';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Cosmica-Semibold.otf') format('opentype');
}
@font-face {
  font-family: 'Cosmica';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Cosmica-Bold.otf') format('opentype');
}

/* Optional monospace companion — numerics, code, tabular data. */
@font-face {
  font-family: 'Cosmica Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/CosmicaMono-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cosmica Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/CosmicaMono-Medium.ttf') format('truetype');
}
