@font-face {
    font-family: Heros;
    src: url(/fonts/tex-gyre/texgyreheros-bold.otf);
    font-weight: bold;
  }


  h1 {
    color: rgb(0, 0, 0);
      line-height: 1.1;

      font-family: "Heros";
  }

section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin: 0;
  padding: 0 10vw;
  border-left: none;
  background: #fafafa;
  box-sizing: border-box;
}

section:nth-child(even) {
  background: #f0f0f0;
}

section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
}

section p {
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
}

/* home.css */
@media (max-width: 800px) {
  /* section {
    padding: 0 4vw;
  }
  section h2 {
    font-size: 1.5rem;
  }
  section p {
    font-size: 1rem;
  } */
}

#main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 0 40px 0;
  background: #fafafa;
  box-sizing: border-box;
}

.developer {
  font-family: "Heros";
  font-size: 450px;
  font-weight: bold;
  letter-spacing: -0.07em;
  margin: 0 0 -100px 0;
  text-align: left;
}

.developer-container {
  position: relative;
  width: fit-content;
}

.small-label {
  position: absolute;
  right: 30px;
  bottom: 380px;
  font-size: 1.5rem;
  color: #222;
  font-family: "Heros";
  font-weight: normal;
  padding: 0.2em 0.6em;
  border-radius: 6px;
}

body {
  margin: 0;
}
.navbar {
  background: #d6e3e4;
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  height: 70px;
  background: transparent;
  color: #393939;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  box-sizing: border-box;
  z-index: 1000;
}

#main {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23393939'/%3E%3C/svg%3E");
  background-repeat: repeat;
}


.pill {
  background: #ff9800;
  color: #fff !important;
  padding: 0.4em 1.2em;
  border-radius: 999px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
}

.pill:hover {
  background: #ffffff;
  color: #ff9800 !important;
  border: 1px solid #ff9800;
}

.navbar-logo {
  background: #ffffff;
  font-family: "Helvetica";
  font-size: 1.7rem;
  font-weight: bold;
}

.navbar-links {
  background: #ffffff;
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.navbar-links a {
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "Heros";
  transition: color 0.2s;
}

.navbar-links a {
  color: #222222;
}

#main {
  position: relative;
}

#main {
  position: relative;
}

.paper-note {
  position: absolute;
  left: 21%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 450px;
  min-height: 300px;
  background: url('img/paper.jpg') center/cover no-repeat;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 2.5em 2em;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
}
.hole-punch {
  position: absolute;
  top: 180px;
  left: 24px;
  width: 28px;
  height: 28px;
  background: #e9e9e9;
  border-radius: 50%;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.13), inset 2px 2px 8px #fff, inset -2px -2px 8px #bbb;
  border: 2px solid #d1d1d1;
  z-index: 30;
  pointer-events: none;
}

.paper-note p {
  margin: 0;
  font-size: 1.3rem;
  color: #222;
  font-family: "Heros";
}
.navbar-links a:hover {
  color: #ff9800;
}