@font-face {
  font-family: "Rawline";
  src: url("/vendor/rawline/font/rawline-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rawline";
  src: url("/vendor/rawline/font/rawline-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rawline";
  src: url("/vendor/rawline/font/rawline-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rawline";
  src: url("/vendor/rawline/font/rawline-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rawline";
  src: url("/vendor/rawline/font/rawline-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rawline";
  src: url("/vendor/rawline/font/rawline-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rawline";
  src: url("/vendor/rawline/font/rawline-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rawline";
  src: url("/vendor/rawline/font/rawline-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rawline";
  src: url("/vendor/rawline/font/rawline-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rawline";
  src: url("/vendor/rawline/font/rawline-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Tailwind preflight força Inter no body — sobrescreve para Rawline no funil */
html,
body,
#root {
  font-family: "Rawline", "rawline", Arial, sans-serif;
}

#root :not(.fa):not(.fas):not(.far):not(.fab):not([class*="fa-"]) {
  font-family: inherit;
}

.text-2lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
