/* ===== Barlow — Normal styles (TTF only) ===== */
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===== Barlow — Italic styles (TTF only) ===== */
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
  src: url('/wp-content/themes/kadence-child/assets/fonts/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
