/*
 * Clarity City — Self-hosted webfont stylesheet
 * Source: https://github.com/jadu/font-clarity-city (OFL-1.1 license)
 *
 * Usage: Link this single CSS file, then use font-family: 'Clarity City'
 * with any font-weight from 100–900. The browser only downloads the
 * weight files actually referenced in your stylesheets.
 *
 * Update the url() paths below to match your hosting location, e.g.:
 *   /fonts/clarity-city/ClarityCity-Regular.woff2
 *   https://cdn.example.com/fonts/ClarityCity-Regular.woff2
 */

/* ============================================================
   Thin — 100
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-thinitalic.woff2') format('woff2');
}

/* ============================================================
   Extra Light — 200
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-extralight.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-extralightitalic.woff2') format('woff2');
}

/* ============================================================
   Light — 300
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-light.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-lightitalic.woff2') format('woff2');
}

/* ============================================================
   Regular — 400
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-regularitalic.woff2') format('woff2');
}

/* ============================================================
   Medium — 500
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-mediumitalic.woff2') format('woff2');
}

/* ============================================================
   SemiBold — 600
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-semibolditalic.woff2') format('woff2');
}

/* ============================================================
   Bold — 700
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-bolditalic.woff2') format('woff2');
}

/* ============================================================
   Extra Bold — 800
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-extrabold.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-extrabolditalic.woff2') format('woff2');
}

/* ============================================================
   Black — 900
   ============================================================ */

@font-face {
  font-family: 'Clarity City';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../woff2/claritycity-black.woff2') format('woff2');
}

@font-face {
  font-family: 'Clarity City';
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url('../woff2/claritycity-blackitalic.woff2') format('woff2');
}
