/* =========================================================
   AGRO INTEL DRIVE · RESET
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}


html {
  min-width: 320px;

  font-family:
    "DM Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}


body {
  min-width: 320px;
  min-height: 100vh;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body,
button,
input,
textarea,
select {
  font: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


ul,
ol {
  margin: 0;
  padding: 0;

  list-style: none;
}


button,
input,
textarea,
select {
  margin: 0;
}


button,
select {
  text-transform: none;
}


button,
[type="button"],
[type="submit"],
[type="reset"] {
  appearance: none;
  -webkit-appearance: none;

  border: 0;

  cursor: pointer;
}


button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}


input,
textarea,
select {
  border-radius: 0;
}


textarea {
  resize: vertical;
}


a {
  color: inherit;

  text-decoration: none;
}


img,
picture,
svg,
canvas,
video {
  display: block;

  max-width: 100%;
}


img,
video {
  height: auto;
}


svg {
  flex-shrink: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;

  border: 0;
}


legend {
  padding: 0;
}


summary {
  cursor: pointer;
}


[hidden] {
  display: none !important;
}


::selection {
  color: #17191d;

  background: #f5b700;
}