/* ══════════════════════════════════════════════════════════════
   MyKollectOr — Barlow Condensed self-hosted
   Chemin : /font/barlow-condensed/
   ══════════════════════════════════════════════════════════════ */

/* 100 — Thin */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: optional;
}

/* 200 — ExtraLight */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: optional;
}

/* 300 — Light */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

/* 400 — Regular */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

/* 500 — Medium */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: optional;
}

/* 600 — SemiBold */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: optional;
}

/* 700 — Bold */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

/* 800 — ExtraBold */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: block;
}

/* 900 — Black */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/font/barlow-condensed/BarlowCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
