.about-hero {
    text-align: center;
    margin-top: 120px;
    color: #e2b43d;
}

.about-hero h1 {
    font-family: Bender-Bold;
    font-size: 70px;
}

.about-hero p {
    font-family: Bender-Light;
    font-size: 24px;
    color: #f8f8f8;
    margin-top: -10px;
}

.about-hero .tagline {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #d19f2a;
    opacity: 0.8;
}

/* SECTIONS */
.about-section {
    width: 60%;
    margin: 80px auto;
    color: white;
    font-size: 18px;
    line-height: 27px;
    font-family: Bender-Regular;
}

.about-section h2 {
    color: #e2b43d;
    margin-bottom: 15px;
    font-family: Bender-Bold;
}

.about-section ul li {
    margin: 7px 0;
}

/* TIMELINE */
.about-timeline {
    width: 70%;
    margin: 80px auto;
    text-align: center;
}

.timeline-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

.timeline-item {
    background: rgba(226,180,61,0.07);
    padding: 20px;
    border: 1px solid rgba(226,180,61,0.2);
    border-radius: 12px;
    width: 200px;
}

.timeline-item .year {
    color: #e2b43d;
    font-family: Bender-Bold;
    font-size: 22px;
}

/* GAME CARDS */
.about-games {
    width: 70%;
    margin: 100px auto;
    text-align: center;
}

.game-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(226,180,61,0.25);
    border-radius: 12px;
    padding: 25px;
    margin: 25px;
}

.game-card:hover {
    border-color: #e2b43d;
    box-shadow: 0 0 12px rgba(226,180,61,0.45);
    transform: scale(1.02);
    transition: 0.2s ease;
}

.game-card h3 {
    color: #e2b43d;
    font-family: Bender-Bold;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "Bender";
    src: url("/assets/fonts/bender/Bender-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

html, body {
    font-family: "Bender", sans-serif;
    letter-spacing: 0.4px;
}

body, input, button, label, h1, h2, h3, p {
    font-family: 'Bender', sans-serif;
}
.about-hero h1 {
	font-family: 'Bender', sans-serif;
}
.about-hero p {
	font-family: 'Bender', sans-serif;
}
.about-section h2 {
	font-family: 'Bender', sans-serif;
}