/* ===== Reset ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

::selection { background: #f1500b; color: #ffe8df; }
::-moz-selection { background: #f1500b; color: #ffe8df; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #ffe8df calc(50% + 273px), #ffffff calc(50% + 273px));
}

img { display: block; max-width: none; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
