/* ===== Roboto Regular (400) ===== */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-regular-website.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-regular-italic-website.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ===== Roboto Medium (500) ===== */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-medium-website.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/uploads/fonts/roboto-medium-italic-website.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* ===== Roboto Condensed (600) ===== */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/wp-content/uploads/fonts/robotocondensed-semibold-website.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/wp-content/uploads/fonts/robotocondensed-semibold-italic-website.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}