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

@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url(fonts/Lato-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Dancing Script;
    src: url(fonts/DancingScript-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Dancing Script;
    src: url(fonts/DancingScript-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
