/* Tasarim token'lari (:root), reset, body/a/form-elemani temel stilleri */

:root{
  --deep:#14342c;
  --forest:#1f4d43;
  --moss:#56736a;
  --sand:#f4f6f8;
  --ink:#17231f;
  --muted:#66736f;
  --white:#ffffff;
  --line:#d8dfdc;
  --soft:#edf2f0;
  --blue:#174ea6;
  --amber:#f4b740;
  --earth:#8a6f4d;
  --shadow:0 14px 34px rgba(20,52,44,.11);
  --radius:8px;
  --page-pad:56px;
  --section-y:74px;
}

*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth}
.visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
body{
  margin:0;
  min-width:320px;
  font-family:"Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:var(--sand);
  color:var(--ink);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
