/* Regular */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-REGULAR.TTF") format("truetype");
   font-weight: 400;
   font-style: normal;
}

/* Medium */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-MEDIUM.TTF") format("truetype");
   font-weight: 500;
   font-style: normal;
}

/* Semibold */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-SEMIBOLD.TTF") format("truetype");
   font-weight: 600;
   font-style: normal;
}

/* Bold */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-BOLD.TTF") format("truetype");
   font-weight: 700;
   font-style: normal;
}

/* Extra Bold */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-EXTRABOLD.TTF") format("truetype");
   font-weight: 800;
   font-style: normal;
}

/* Black */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-BLACK.TTF") format("truetype");
   font-weight: 900;
   font-style: normal;
}

/* Light Beta (opcional) */
@font-face {
   font-family: "Inter";
   src: url("../fonts/INTER-LIGHTBETAA.TTF") format("truetype");
   font-weight: 300;
   font-style: normal;
}

/* Usando a fonte no body */
body {
   font-family: "Inter", sans-serif;
   margin-inline: 0;
}
