﻿/* <Fonts> */
@font-face {
    font-family: 'Lato';
    src: local(Lato), url(../../fonts/lato/Lato-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: url(../../fonts/lato/Lato-Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Exo';
    src: local(Exo), url(../../fonts/exo/Exo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Exo';
    src: url(../../fonts/exo/Exo-Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Exo';
    src: url(../../fonts/exo/Exo-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}