@import "https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400&display=swap";

@font-face {
    font-family: 'Pixel Josh';
    font-display: swap;
    src: url(../fonts/pixeljosh6.woff)
}

@font-face {
    font-family: 'Minion Pro';
    font-display: swap;
    src: url(../fonts/MinionPro-Regular.woff)
}

.font-pixeljosh {
    font-family: 'Pixel Josh'
}

.font-pixeljosh.h1 {
    max-height: 2.625rem;
    line-height: 1.75
}

.font-minion {
    font-family: 'Minion Pro'
}

html {
    font-size: small
}

body {
    font-weight: lighter;
    text-transform: uppercase
}

.btn {
    border-radius: 0
}

small,
.small {
    text-transform: none
}

footer {
    font-size: small;
    letter-spacing: .25em;
    position: relative !important
}

.img-sponsor {
    height: 100px;
    width: 100px;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1 / 1;
}

@media (min-width: 380px) {
    html {
        font-size: inherit
    }
}

@media (min-width: 768px) {
    .font-pixeljosh.h1 {
        line-height: 1.65
    }
}

@media (min-width: 1024px) {
    .img-sponsor {
        height: 150px;
        width: 150px;
    }
}