:root {
  --brand-red: #cc0000;
  --box-radius: 18px;
  --box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  --logo-width-px: 373px;
  --logo-height-px: 267px;
}

body, button, input, textarea, select {
  font-family: Helvetica, Arial, sans-serif;
}

