/* ADDA Darts - Listmonk public page overrides */

/* -- Fonts -- */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap');

body {
    font-family: 'Quicksand', 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
    background: #f5f5f4;
    color: #1c1917;
}

/* -- Header / Logo -- */
.header {
    border-bottom: 3px solid #4ba677;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

/* -- Links -- */
a {
    color: #d52349;
    text-decoration-color: #d52349;
}
a:hover {
    color: #a31b3a;
}

/* -- Buttons -- */
.button {
    background: #4ba677;
    border-radius: 3px;
}
.button:hover {
    background: #3d8a63;
    color: #fff;
}
.button.button-outline {
    background: #fff;
    border-color: #4ba677;
    color: #4ba677;
}
.button.button-outline:hover {
    background: #4ba677;
    border-color: #4ba677;
    color: #fff;
}

/* -- Form inputs -- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus {
    border-color: #4ba677;
}

/* -- Card -- */
.wrap {
    border: 1px solid #e7e5e4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* -- Footer -- */
footer.container {
    color: #78716c;
}
footer a {
    color: #78716c;
}
footer a:hover {
    color: #1c1917;
}
