/* Reset defaults */
html,
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  padding: 0;
  margin: 0;
}

html {
  font-size: 18px;
}

li {
  list-style-type: none;
  margin-left: 2rem;
}

li:not(:last-child) {
  margin-bottom: 1.75rem;
}

/* Custom */
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: local("Inter"),
    url(../fonts/Inter-VariableFont_slnt,wght.ttf);
}

.sam-altman {
  width: 100%;
  height: 100%;
}

figure {
  font-size: 0.75rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
}

h1,
h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 4rem;
  font-weight: 800;
}

h2 {
  font-size: 1.2rem;
}

small {
  font-size: 0.8rem;
  font-style: italic;
}

body {
  font-family: "Inter ", sans-serif;
  font-size: 20px;
  color: white;
  background-color: black;
}

a {
  color: white;
}

footer {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

p+p {
  margin-top: 1.25rem;
}

li {
  font-size: 1rem;
}

ul li ul li {
  margin-top: 1rem;
}

.theory {
  margin-left: 4rem;
}

.core {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  max-width: 45rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  margin-top: 3rem;
}

.title {
  position: absolute;
  z-index: -1;
  width: min-content;
  font-size: 2rem;
}

.mid {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.cta {
  margin-top: 1rem;
  color: rgb(18, 158, 123);
  font-size: 0.75rem;
}

.bold {
  font-weight: bold;
}

.quote {
  font-size: 1rem;
  font-weight: 100;
  border-left: solid;
  border-left-color: white;
  border-left-width: 2px;
}

.body-section {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .two-col-grid {
    grid-template-columns: 1fr 37rem;
    row-gap: 4rem;
  }

  .title {
    font-size: 4rem
  }
}

.category {
  font-weight: bold;
}