/* ==============================
   BASE
============================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
    background: #f5f5f7;
    color: #1d1d1f;
    font-size: 16px;
}

a {
    color: inherit;
}

p {
    line-height: 1.65;
}

button,
input,
textarea {
    font-family: inherit;
}
