@font-face {
    font-family: 'Gotham-Rounded';
    src: url('../fonts/GothamRoundedBook.eot');
    src: url('../fonts/GothamRoundedBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRoundedBook.svg#GothamRoundedBook') format('svg'),
    url('../fonts/GothamRoundedBook.ttf') format('truetype'),
    url('../fonts/GothamRoundedBook.woff') format('woff'),
    url('../fonts/GothamRoundedBook.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-gotham, .kmmarkets-page .h1{
    font-family: 'Gotham-Rounded', Arial, Sans-serif !important;
}
.kmmarkets-page, .kmmarkets-page p {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
}

.kmmarkets-page .container {
    max-width: 784px;
    font-weight: 325;
}

.kmmarkets-page .container-medium {
    max-width: 1052px;
}

.kmmarkets-page .container-big {
    max-width: 1320px;
}

.kmmarkets-page p {
    font-family: 'Gotham-Rounded', Arial, Sans-serif !important;
    margin-bottom: 0;
}

.kmmarkets-page .btn-kmmarkets,
.btn-kmmarkets:hover {
    background-color: #F48A36;
    font-size: 2.6rem;
    padding: 1.5rem 9.6rem;
    text-transform: uppercase;
    border-radius: 50px;
}

.kmmarkets-page .h1 {
    font-size: 5.5rem;
    line-height: 6rem;
}

@media (min-width: 769px) {
    .kmmarkets-page .container-big {
        margin-top: 55px
    }
}

@media (max-width: 768px) {
    .kmmarkets-page, .kmmarkets-page p {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .kmmarkets-page .btn-kmmarkets,
    .kmmarkets-page .btn-kmmarkets:hover {
        font-size: 1.6rem;
        padding: 0.9rem 3.2rem;
    }

    .kmmarkets-page .h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .kmmarkets-page .mtr-1 {
        margin-top: 0.25rem !important;
    }
}