@font-face {
    font-family: 'MuseoSans';
    src: url('./museo/normal/MuseoSans-300.woff2') format('woff2'),
    url('./museo/normal/MuseoSans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('./museo/normal/MuseoSans-900.woff2') format('woff2'),
    url('./museo/normal/MuseoSans-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: MuseoSans, sans-serif;
}

p {
    font-weight: 300;
    font-size: 18px;
    color: #4F4F4E;
    line-height: 27px;
}

h1 {
    font-weight: 900;
    font-size: 32px;
    color: #4F4F4E;
    letter-spacing: 0;
    line-height: 40px;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 28px;
}

.header-content {
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0 4px 5px rgb(170 170 170 / 25%);
}

.d-flex {
    display: flex;
}

.h-100 {
    height: 100%;
}

.align-items-center {
    align-items: center;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-adjustment {
    font-size: 36px;
    color: #4F4F4E;
    line-height: 43px;
    text-align: center;
}

.logo-adjustment {
    width: 85px
}

.image {
    display: flex;
    justify-content: center;
}

.image-adjustment {
    height: 180px;
}

.text-align-center {
    text-align: center;
}

.max-width-700 {
    max-width: 700px;
}

@media (min-width: 768px) {
    .container {
        padding: 0;
        max-width: 720px;
    }

    .header-content {
        height: 95px;
    }

    .logo-adjustment {
        width: 125px;
    }

    .image-adjustment {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

}
