:root {
  --bs-primary: #1000c7;
  --bs-primary-rgb: 16, 0, 199;
  --bs-link-color: #1000c7;
  --brand: #1000c7;
  --brand-hover: #0b0098;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --surface: #f5f5f7;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  margin: 0;
}

.everyclean-logo {
  height: 70px;
  width: auto;
  display: block;
}

.brand-link {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}

.brand-link:hover,
.brand-link:focus {
  color: var(--brand-hover);
}
