@font-face {
    font-family: 'Metropolis';
    src: url(../fonts/metropolis.regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Metropolis';
    src: url(../fonts/metropolis.light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'Metropolis';
    src: url(../fonts/metropolis.bold.otf);
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Metropolis';
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: inherit;
}