@font-face {
    font-family: 'GetSend Sans';
    src: url(../assets/fonts/GetSendSans-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'GetSend Sans';
    src: url(../assets/fonts/GetSendSans-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: 'Sender';
    src: url(../assets/fonts/Sender-Regular.ttf);
    font-weight: 700;
}

* {
    font-family: 'GetSend Sans', sans-serif;
}

.mdl-typography--headline {
    font-family: 'Sender', serif;
}

h4, h5 {
    font-family: 'GetSend Sans', sans-serif;
}

body {
    background: #f5f5f5;
    font-family: 'GetSend Sans', sans-serif;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border-radius: 8px;
}

.email-box {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.email-list li {
    font-family: 'GetSend Sans', sans-serif;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.email-list li:hover {
    background: #eee;
}

.mdl-dialog {
    font-family: 'GetSend Sans', sans-serif;
    border: none;
    border-radius: 4px;
    width: 90%;
    max-width: 500px;
}

.mdl-dialog__actions {
    font-family: 'GetSend Sans', sans-serif;
    text-align: right;
}

.mdl-button {
    font-family: 'GetSend Sans', sans-serif;
}
