@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html,
body {
  position: relative;
  width: 100%;
  min-width: 360px;
  min-height: 100%;
  margin: 0;
  scroll-padding-top: 86px;
  scroll-behavior: smooth;
}

body {
  color: #111111;
  background: #f5f2eb;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

button,
a {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #e7b962;
  outline-offset: 4px;
}

img,
svg {
  display: block;
  max-width: 100%;
}
