/* - Fonts - */

@charset "utf-8";
@font-face {
    font-family: 'Semibold';
    src: url('../fonts/Semibold.otf');
}

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

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

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

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

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

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

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600';
