/* Base overrides loaded after Bootstrap */

:root {
  --ink-font-family: "Montserrat", "Poppins", "Segoe UI", Tahoma, sans-serif;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--ink-font-family);
}

body {
  background: #000;
  color: #fff;
}
