@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    src: url("../font/Merriweather-Regular.ttf");
}
@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    src: url("../font/Merriweather-Bold.ttf");
}
@font-face {
    font-family: Merriweather;
    font-style: italic;
    font-weight: bold;
    src: url("../font/Merriweather-BoldItalic.ttf");
}

body {
    font-family: Merriweather, monospace;
    background-color: #FFFFFF;
}

.status-text {
    color: #000000;
}

.sub-text {
    color: #5A5B5B;
}

.time-text {
    color: #000000;
}