@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-weight: 500;
    font-size: 3em;
}
h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h4 {
    padding-bottom: 0.25em;
    border-bottom: 0.1em solid #bd0b50;
}
.akde-flag {
    height: 2rem;
}
a, a:visited {
    text-decoration: none;
}

#direct-email textarea {
    width: 100%;
    height: 10rem;
}

#direct-email-success {
    display: none;
}
