:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --theme-color: #111111;
}

html,
body {
  background: #ffffff !important;
  color: #111111 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

mat-card,
.form-card {
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 8px 30px rgb(0 0 0 / 7%) !important;
  background: #ffffff !important;
}

button[mat-flat-button],
button[mat-raised-button] {
  background: #111111 !important;
  color: #ffffff !important;
}

a {
  color: #111111 !important;
}
