@font-face {
    font-family: 'NextArt';
    src: local('NextArt'), url('../fonts/NextArt_Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NextArt';
    src: local('NextArt'), url('../fonts/NextArt_SemiBold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NextArt';
    src: local('NextArt'), url('../fonts/NextArt_Light.otf');
    font-weight: 300;
    font-style: normal;
}