
@font-face {
    font-family: 'Now';
    src: url('now.regular.otf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Now';
    src: url('now.black.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('now.bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('now.light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('now.medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Now';
    src: url('now.thin.otf');
    font-weight: 100;
    font-style: normal;
}
