/* --- Roboto Font Family Definition --- */

/* Roboto Thin (Weight 100) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap; /* Improves perceived performance */
  src: url('../fonts/roboto/woff2/Roboto-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-ThinItalic.woff2') format('woff2');
}

/* Roboto Light (Weight 300) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-LightItalic.woff2') format('woff2');
}

/* Roboto Regular (Weight 400) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  /* FIX: Corrected filename from Roboto-Italic.woff2 to Roboto-RegularItalic.woff2 */
  src: url('../fonts/roboto/woff2/Roboto-RegularItalic.woff2') format('woff2');
}

/* Roboto Medium (Weight 500) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-MediumItalic.woff2') format('woff2');
}

/* Roboto Bold (Weight 700) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-BoldItalic.woff2') format('woff2');
}

/* Roboto Black (Weight 900) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto/woff2/Roboto-BlackItalic.woff2') format('woff2');
}
