:root {
  --primary-color: #e63946;
  --secondary-700-color: #1d3557;
  --secondary-400-color: #457b9d;
  --secondary-300-color: #a8dadc;
  --secondary-100-color: #f1faee;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

html * {
  position: relative;
  box-sizing: border-box;
}
