@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;1,14..32,400&display=swap');

html {
  font-size: 13px;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
