@font-face {
  font-family: "Quicksand";
  src: url("/hilaliteknoloji/fonts/Quicksand/Quicksand-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --accent: #38bdf8;
  --ink: #0f172a;
  --muted: #64748b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body{
    font-family: "Quicksand", sans-serif;
}