@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Noto';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/NotoSans-Italic.ttf);
}

@font-face {
    font-family: 'Noto';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSans-Bold.ttf);
}

body {
    font-family: 'Noto', Helvetica, sans-serif;
    background: #25a0cc;
    color: #fff;
}