/* Roboto Thin (100) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("Roboto-Thin.ttf") format("truetype");
  font-display: swap;
}

/* Roboto ExtraLight (200) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("Roboto-ExtraLight.ttf") format("truetype");
  font-display: swap;
}

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

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

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

/* Roboto SemiBold (600) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("Roboto-SemiBold.ttf") format("truetype");
  font-display: swap;
}

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

/* Roboto ExtraBold (800) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("Roboto-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

/* Roboto Black (900) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("Roboto-Black.ttf") format("truetype");
  font-display: swap;
}

/* Apply globally */
body {
  font-family: "Roboto", Arial, sans-serif;
}
