/*
    For the press kit page, NOT for a game's press kit 
*/
body.custom-body {
    font-family: "carlmarx-handwriting-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.press-kit-center {
    background-color: var(--brand-color);
    min-height: auto;
}

.press-kit-center h1 {
    color: white;

    font-size: clamp(2rem, 8rem, 8rem);
}

.press-kit-games {
    background-color: var(--brand-dark-gray);

    min-height: 30vw;
    height: auto;
}

.press-kit-games h1 {
    color: white;

    font-size: 2rem;
}


.press-kit-center img {
    width: 35%;
    height: 35%;
}


.vertical-thumbnail p {
    color: white;

    font-size: 1.5rem;
}