/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand/Quicksand Light.otf') format("opentype");
    src: local('Quicksand Light');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand/Quicksand Light Oblique.otf') format("opentype");
    src: local('Quicksand Light Oblique');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand/Quicksand Book.otf') format("opentype");
    src: local('Quicksand Book');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand/Quicksand Quicksand Book Oblique.otf') format("opentype");
    src: local('Quicksand Book Oblique');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand/Quicksand Bold.otf') format("opentype");
    src: local('Quicksand Bold');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand/Quicksand Bold Oblique.otfs') format("opentype");
    src: local('Quicksand Bold Oblique');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Quicksand Dash';
    src: url('fonts/quicksand/Quicksand Dash.otf') format("opentype");
    src: local('Quicksand Dash');
    font-style: normal;
}