@import url('https://fonts.googleapis.com/css2?family=Mohave:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: Mohave, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0%;
}

h3 {
    font-size: 48px;
    line-height: 100%;
}

p {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
}

a {
    font-family: Manrope, sans-serif;
    font-weight: 700;
}

.row-fluid.row {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}
