@font-face {
    font-family: 'Lato';
    src: url('../Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../Lato-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size: 16px;
}

a {
    color: #000;
    text-decoration: none;
}