/* =========================
   GLOBAL / ALL PAGES
   ========================= */

body {
    background-color: #0f1115;
    color: #f5f5f5;
    font-family: "Playpen Sans", sans-serif;
    margin: 0;
}

a {
    color: #9ca3af;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}


/* =========================
   HOME PAGE
   index.html
   ========================= */

body {
    text-align: center;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

h1 {
    font-family: "DynaPuff", sans-serif;
}

h3 {
    color: #9ca3af;
    font-weight: 400;
}


/* =========================
   MEDIA JOURNEY
   media-journey.html
   ========================= */


.media-page p {
    color: #9ca3af;
    line-height: 1.7;
}


/* =========================
   STAFF JOURNEY
   staff-journey.html
   ========================= */


.staff-page p {
    color: #9ca3af;
    line-height: 1.7;
}


/* =========================
   SHARED PAGE ELEMENTS
   ========================= */

.back {
    color: #6b7280;
}

.back:hover {
    color: #ffffff;
}