:root {
  --brand-yellow: #f5b700;
  --brand-orange: #ef6c00;
  --brand-dark: #1a1a1a;
  --brand-blue: #0077ff;
  --brand-pink: #ec4899;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
  background-color: #fff;
  color: #171717;
}

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

a {
  text-decoration: none;
  color: inherit;
}
