@import url('https://fonts.cdnfonts.com/css/rematho-klorofiland-script');

h1,
h2,
h3, h4 {
  font-weight: 600;
}

h1 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 1.4;
    font-size: 3rem;
    margin: 0;     text-transform: uppercase;
}

h2 {
    font-size: 2.5rem !important;
    color: var(--dark-blue);
    line-height: 1.4;      
    margin-bottom: 15px; text-transform: uppercase;
}

h3 {
    font-size: 2.2rem;
        line-height: 1.1em;
}

h4 {
    color: var(--orange);
    font-size:1.1rem;
    text-transform: uppercase;
}

.mofont {
    font-family: 'Rematho Klorofiland Script', sans-serif;
    font-size: 70px;
    color: var(--dark-blue);
    text-transform: none;
    letter-spacing: 1.8px;
    font-weight: 400 !important;
    margin-left: 10px;
}