:root {
  color-scheme: light;
  --santander-red: #CC0001;
  --santander-dark-red: #CC0001;
  --santander-background: #FFFFFF;
  --santander-background-secondary: #F5F5F5;
  --santander-text: #222222;
  --santander-text-secondary: #767676;
}

::selection {
  background: var(--santander-red);
  color: var(--santander-background);
}

:focus-visible {
  outline: 3px solid var(--santander-red);
  outline-offset: 3px;
}

button,
input,
select,
textarea {
  font: inherit;
}
