@font-face {
  font-family: "thmanyahsans";
  src: url("./fonts/thmanyah/thmanyahsans/woff2/thmanyahsans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahsans";
  src: url("./fonts/thmanyah/thmanyahsans/woff2/thmanyahsans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahsans";
  src: url("./fonts/thmanyah/thmanyahsans/woff2/thmanyahsans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahsans";
  src: url("./fonts/thmanyah/thmanyahsans/woff2/thmanyahsans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahsans";
  src: url("./fonts/thmanyah/thmanyahsans/woff2/thmanyahsans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Thmanyah Serif Display */
@font-face {
  font-family: "thmanyahserifdisplay";
  src: url("./fonts/thmanyah/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahserifdisplay";
  src: url("./fonts/thmanyah/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahserifdisplay";
  src: url("./fonts/thmanyah/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahserifdisplay";
  src: url("./fonts/thmanyah/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahserifdisplay";
  src: url("./fonts/thmanyah/thmanyahserifdisplay/woff2/thmanyahserifdisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Thmanyah Serif Text */
@font-face {
  font-family: "thmanyahseriftext";
  src: url("./fonts/thmanyah/thmanyahseriftext/woff2/thmanyahseriftext-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahseriftext";
  src: url("./fonts/thmanyah/thmanyahseriftext/woff2/thmanyahseriftext-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahseriftext";
  src: url("./fonts/thmanyah/thmanyahseriftext/woff2/thmanyahseriftext-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahseriftext";
  src: url("./fonts/thmanyah/thmanyahseriftext/woff2/thmanyahseriftext-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "thmanyahseriftext";
  src: url("./fonts/thmanyah/thmanyahseriftext/woff2/thmanyahseriftext-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  margin: 0;
  padding: 0;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 300;
  background: linear-gradient(135deg, #005c2e, #007f3f);  
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 900;
}

h2 {
  font-size: 3em;
  margin-bottom: 0.5em;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 500;
}

h4 {
  font-size: 3em;
  margin-bottom: 0.5em;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 300;
}

p {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-family: "thmanyahserifdisplay", sans-serif;
  font-weight: 300;
}

.email-box {
  display: flex;
  gap: 10px;
}

input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 250px;
  font-size: 1em;
}

button {
  padding: 10px 20px;
  background-color: #ffffff33;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 1em;
}

button:hover {
  background-color: white;
  color: #1f1c2c;
}

@media (max-width: 500px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 2em;
  }

  h5 {
    font-size: 2em;
  }

  .email-box {
    flex-direction: column;
    align-items: center;
  }

  input[type="email"] {
    width: 100%;
  }
}
