/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.1
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.
test
*/

font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/mulish-v13-latin-200.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200;
  src: url('/assets/fonts/mulish-v13-latin-200italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/mulish-v13-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 300;
  src: url('/assets/fonts/mulish-v13-latin-300italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/mulish-v13-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 500;
  src: url('/assets/fonts/mulish-v13-latin-500italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/mulish-v13-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 600;
  src: url('/assets/fonts/mulish-v13-latin-600italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/mulish-v13-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/mulish-v13-latin-700italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/mulish-v13-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 800;
  src: url('/assets/fonts/mulish-v13-latin-800italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/mulish-v13-latin-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 900;
  src: url('/assets/fonts/mulish-v13-latin-900italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/mulish-v13-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/mulish-v13-latin-italic.woff2') format('woff2');
}

body {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 700;
}

em {
  font-style: italic;
}
