/* Mansa Gov — institutional light shell */

body {
  background-color: #fbf9f8;
  color: #1b1c1c;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga", "kern";
}

/* Cormorant Garamond renders best with optical kerning */
.font-serif,
.font-wordmark,
h1, h2, h3 {
  font-feature-settings: "liga", "dlig", "kern";
  text-rendering: optimizeLegibility;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
