@charset "UTF-8";

@font-face {
  font-family: "Alegreya";
  src: url('fonts/Alegreya-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Alegreya";
  src: url('fonts/Alegreya-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Alegreya";
  src: url('fonts/Alegreya-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Alegreya";
  src: url('fonts/Alegreya-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Alegreya";
  src: url('fonts/Alegreya-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Alegreya";
  src: url('fonts/Alegreya-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

html {
  font-size: 1.2rem;
}

body {
  max-width: 66ch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Alegreya", Georgia, serif;
  line-height: 1.6;
  color: #333;
}


h1 {
  font-weight: 300;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  line-height: 1.2;
}

h2 {
  font-style: italic;
  font-weight: 300;
  margin-top: 2.1rem;
  margin-bottom: 1.4rem;
  font-size: 2.2rem;
  line-height: 1.2;
}

h3 {
  font-style: italic;
  font-weight: 300;
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
  line-height: 1.2;
}

code {
  font-family: monospace;
  font-size: .8rem;
  line-height: 1.6;
  max-width: 66ch;
  min-height: 100%;
}

img {
  text-indent: 0em;
}

a {
  text-decoration: none;
}

.smallcaps {
  font-family: "Alegreya SC";
}

.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.icon-list img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}