@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto:100');

@import url('https://fonts.googleapis.com/css?family=Lato:300');

@font-face {
    font-family: 'Segan Light';
    src: url('fonts/Segan Light/SeganLight.ttf');
}

body {
    font-family: 'Lato','Roboto','Montserrat','Segan';
}