/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

@font-face {
  font-family: 'Selonia';
  src: url('/wp-content/themes/selonia/css/fonts/BwMitga-Light.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/selonia/css/fonts/BwMitga-Light.woff') format('woff'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Light.ttf')  format('truetype'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Light.svg#BwMitga-Light') format('svg'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Selonia';
  src: url('/wp-content/themes/selonia/css/fonts/BwMitga-Regular?#iefix') format('embedded-opentype'),  url('/wp-content/themes/selonia/css/fonts/BwMitga-Regular.woff') format('woff'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Regular.ttf')  format('truetype'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Regular.svg#BwMitga-Regular') format('svg'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Selonia';
  src: url('/wp-content/themes/selonia/css/fonts/BwMitga-Bold.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/selonia/css/fonts/BwMitga-Bold.woff') format('woff'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Bold.ttf')  format('truetype'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Bold.svg#BwMitga-Bold') format('svg'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Selonia';
  src: url('/wp-content/themes/selonia/css/fonts/BwMitga-Black.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/selonia/css/fonts/BwMitga-Black.woff') format('woff'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Black.ttf')  format('truetype'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Black.svg#BwMitga-Black') format('svg'), url('/wp-content/themes/selonia/css/fonts/BwMitga-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}