@font-face{
    font-family: 'Lato Light';
    src: url('Lato-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'Lato  Light Italic';
    src: url('Lato-LightItalic.ttf') format('truetype');
}


@font-face{
    font-family: 'Lato Regular';
    src: url('Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Satoshi";
    src: url("Satoshi-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("Satoshi-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}