@font-face {
  font-family: "Rawline";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/rawline-400.woff2?v=3") format("woff2");
}

@font-face {
  font-family: "Rawline";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/rawline-500.woff2?v=3") format("woff2");
}

@font-face {
  font-family: "Rawline";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/rawline-600.woff2?v=3") format("woff2");
}

@font-face {
  font-family: "Rawline";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/rawline-700.woff2?v=3") format("woff2");
}

html,
body,
#root {
  font-family: "Rawline", rawline, Arial, sans-serif !important;
}

#root :where(div, span, p, a, h1, h2, h3, h4, h5, h6, button, label, input, select, textarea, li, strong, b, small) {
  font-family: "Rawline", rawline, Arial, sans-serif !important;
}