@font-face {
  font-family: "JosefinSans";
  src: url("../fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
  font-display: block;
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "AbrilFatface";
  src: url("../fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: normal;
}

:root {
  --system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
  font-family: JosefinSans, var(--system-fonts);
}

html {
  scrollbar-gutter: stable;
}

body {
  color: #141414;
  margin: 0px;
}

h2 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: AbrilFatface;
  font-weight: 400;

  @media (max-width: 840px) {
    font-size: 16px;
  }
}

p {
  line-height: 130%;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #141414;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; 
}

.project-link  {
  font-size: 30px;
  font-family: AbrilFatface;
  font-weight: 800;
  padding-bottom: 4px;

  @media (max-width: 840px) {
    padding-top: 0px;
    margin-top: 12px;
    font-size: 16px;
  }
}

.section-container {
  max-width: 800px;
  padding: 0 10px;
  margin: 0 auto;
  min-height: 100vh;
}

section {
  margin-top: 40px;
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media (max-width: 840px) {
    margin-bottom: 28vw;
  }
}

.section-text {
  margin-bottom: 20px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-image-shadow {
  box-shadow: 1px 1px min(1.25vw, 10px) rgb(0 0 0 / 5%);
}

.arrow-link {
  display: flex;
  align-items: center;
  padding: 10px;
}

.arrow-link img {
  margin-right: 8px;
  padding-bottom: 3px;
}

.youtube-iframe {
  width: 100%;
  height: calc((800px * 9) / 16);

  @media (max-width: 840px) {
    height: calc(((100vw - 10px * 2) * 9) / 16);
  }
}

.youtube-iframe-list {
  margin-bottom: 24px;
}
