@font-face {
    font-family: 'hel-thin';
    src: url('../fonts/HelveticaNeueThin.otf');
}

@font-face {
    font-family: 'hel-bold';
    src: url('../fonts/HelveticaNeueBold.otf');
}

@font-face {
    font-family: 'hel-regular';
    src: url('../fonts/HelveticaNeue.otf');
}

@font-face {
    font-family: 'rob-bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

@font-face {
    font-family: 'rob-light';
    src: url('../fonts/RobotoCondensed-Light.ttf');
}

@font-face {
    font-family: 'rob-regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

