@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: local('Nunito Regular'), local('Nunito-Regular'),
         url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Nunito-Regular.woff2') format('woff2'),
         url('../fonts/Nunito-Regular.woff') format('woff'),
         url('../fonts/Nunito-Regular.ttf') format('truetype'),
         url('../fonts/Nunito-Regular.svg#Nunito') format('svg');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Yano';
    src: local('YanoneKaffeesatz-SemiBold'), local('YanoneKaffeesatz-SemiBold'),
    url('../fonts/YanoneKaffeesatz-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


* { margin:0; padding:0; box-sizing: border-box; }
body { font-family: "Nunito";}
html,
body {
    margin: 0;
    padding: 0;
}

.main-wrapper {
        height: 100vh;
}                                                                                         
