@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500&display=swap');

.material-symbols-sharp {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24
}

a {
  color: #795548;
  text-decoration: none;
}

body {
  background: #eeeeee;
  font-family: serif;
  font-weight: 400;
}

emph {
  color: #3f51b5;
}

h1 {
  font-family: "Bodoni Moda", serif;
  font-size: 48pt;
  font-style: normal;
  font-weight: 500;
}

h2, h3, h4, h5, h6 {
  font-family: serif;
  font-style: normal;
  font-weight: 300;
}


li a:hover, p a:hover {
  color: #795548;
  text-decoration: underline;
}


.sticky {
  position: fixed;
  top: 0;
}

.bm {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
}