@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

#top {
    scroll-margin-top: 100px;
}

@font-face {
    font-family: "Matcha Mint";
    src: url("assets/Matcha Mint.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.nav-left h1,
.footer-left h2 {
    font-family: "Matcha Mint", serif;
    font-weight: 400;
}

a.bg-button,
a.nobg-button,
a.hero-button,
a.castle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    border: 2px solid black;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

h1, h2, h3 {
    color: var(--text-primary);
}

p {
    color: var(--text-secondary);
}

.bg-button {
    background: var(--accent);
    padding: 10px 20px;

    font-weight: 600;

    border-radius: 8px;
}

.nobg-button {
    background: rgba(0, 0, 0, 0);
    padding: 10px 20px;

    font-weight: 600;

    border-radius: 8px;
}

.hero-button {
    background: var(--accent);
    padding: 10px 20px;

    font-size: 25px;
    font-weight: 600;

    border-radius: 8px;
}

hr {
  width: 90%;
  height: 2px;
  background-color: black;
  border: none;
  margin: 0 auto;
}

.info {
    font-size: 1.5rem;
}

.quote {
    text-align: center;
    padding: 20px;
}

.quote-text {
    font-size: 2rem;
    font-style: italic;
    margin: 0;
}

.quote-author {
    margin-top: 10px;
    font-size: 1.2rem;
    color: var(--muted);
}
