/* Roboto Font - Self-hosted from Google Fonts */

/* Roboto 300 (Light) */
@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/roboto-v30-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap; /* Show fallback while font loads */
}

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

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

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