@font-face {
    font-family: 'Metropolis';
    font-weight: bold;
    src: url("../fonts/Metropolis-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'BlackLabel';
    font-weight: lighter;
    src: url("../fonts/BlackLabel-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: normal;
    src: url("../fonts/Proxima Nova A.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: bold;
    src: url("../fonts/Proxima Nova Bold.otf") format("opentype");
}