/* Dark-bold theme fonts */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/BarlowCondensed/BarlowCondensed-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/BarlowCondensed/BarlowCondensed-ExtraBold.woff") format("woff");
}

