:root {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: "Faustina", serif;
  font-size: larger;
  line-height: 1.6;
}

header {
  background-color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 0.5rem;
  display: flex;
  justify-content: left;
  gap: 1rem;
  border-bottom: 2px solid #e63946;
  position: sticky;
  top: 0;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.2rem;
}

h2 {
  /* red underline  until the last letter*/
  line-height: 1.25;
  font-size:xx-large;
  font-weight: 550;
  border-bottom: 4px solid #e63946;
  display: inline-block;
}

h3 {
  /* h3 has no extra space before and after */
  font-weight: 600;
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

section {
  margin-top: 1.5rem;
}
venue {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #e63946;
}

topic {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

authors {
  font-style: italic;
  font-size: larger;
}

tldr {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.2rem;
}

button {
  background-color: white;
  color: black;
  border: 2px solid grey;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  /* font-weight: 600; */
  cursor: pointer;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  border-radius: 4px;
}

figcaption {
  color: #555;
  margin-top: 0.5rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1rem;
}

.blog-title {
  text-align: center;
  /* margin-bottom: 1rem; */
}

.libre-caslon-text-regular {
  font-family: "Faustina", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-caslon-text-bold {
  font-family: "Faustina", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-caslon-text-regular-italic {
  font-family: "Faustina", serif;
  font-weight: 400;
  font-style: italic;
}

.faustina-regular {
  font-family: "Faustina", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.faustina-bold {
  font-family: "Faustina", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.faustina-italic {
  font-family: "Faustina", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.faustina-semi-bold {
  font-family: "Faustina", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}