/* public/fonts.css */

/* Roboto Light (300) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/roboto/static/Roboto-Light.ttf') format('truetype');
}

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

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

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

/* Roboto Italic (400) - Optional */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/roboto/static/Roboto-Italic.ttf') format('truetype');
}

/* Roboto Bold Italic (700) - Optional */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/roboto/static/Roboto-BoldItalic.ttf') format('truetype');
}
