/* Roboto Font - Self-hosted (WOFF2 + TTF fallback) */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/roboto/roboto-300-normal.woff2') format('woff2'),
       url('/fonts/roboto/roboto-light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto/roboto-400-normal.woff2') format('woff2'),
       url('/fonts/roboto/roboto-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/roboto/roboto-500-normal.woff2') format('woff2'),
       url('/fonts/roboto/roboto-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto/roboto-700-normal.woff2') format('woff2'),
       url('/fonts/roboto/roboto-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto/roboto-400-italic.woff2') format('woff2'),
       url('/fonts/roboto/roboto-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto/roboto-700-italic.woff2') format('woff2'),
       url('/fonts/roboto/roboto-bolditalic.ttf') format('truetype');
}
