@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
}

button {
  font-family: inherit;
  border: none;
  cursor: pointer;
}

:root {
  --layout-scale: 1;
  --design-width: 375;
  --layout-max: 430;
  --breakpoint-desktop: 1024px;
  --desktop-canvas-width: 1920px;
  --desktop-canvas-height: 1100px;
  --desktop-layout-scale: 1;
  --desktop-header-offset: 106px;
}
