@font-face {
    font-family: 'Trade Gothic Pro';
    src: url('TradeGothicProBoldCondensed20.woff2') format('woff2'),
        url('TradeGothicProBoldCondensed20.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --title: clamp(1.25rem, 1.0125rem + 1.1875vw, 2.4375rem);
    --body:clamp(1.1875rem, 0.9875rem + 1vw, 2.1875rem);
}

body {
    background-color: #FFFFFF;
    color: #dc0d15;
    font-family: 'Trade Gothic Pro', sans-serif;
    font-size: var(--body);
    line-height: 1.3;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}

a {
    color: currentColor;
    text-decoration: underline;
    white-space: pre;
}

a:visited {
    color: currentColor;
}

p {
    margin: 0;
    margin-bottom: 1em;
}

hr {
    border: 0;
    border-top: 1px solid #dc0d15;
}

.wrapper {
    margin: 0 auto;
    padding-bottom: 5em;

    @media screen and (min-width: 768px) {
        max-width: 74%;
    }
}

.title {
    font-size: var(--title);
    text-transform: uppercase;
    margin: 0;
    padding-top: 1em;

    @media screen and (min-width: 768px) {
        padding-top: 2em;
    }
}

.about {
   padding: 1em;
}

img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;

    @media screen and (min-width: 768px) {
        max-width: 47%;
    }
}
