@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:wght@400;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}
.hide {
    display: none;
}
.btn {
    border-radius: 0;
}

.card {
    border-radius: 0;
    border: 0px;
}

.card-header--green {
    background: #DAE9D9;
    font-family: serif;
    color: #009551;
    cursor: pointer;
}

.card-header.invalid {
    background: #f8d7da;
    color: #721c24;
}