/*
 * 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');
}
