/*
Theme Name: Get Stage Ready Diets
Theme URI: https://nuhatech.org
Description: A custom theme built for Get Stage Ready Diets by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    margin: 0;
    padding: 0;
	
}
body, h1, h2, h3, h4, h5, h6, p, span, a, div {
  font-family: 'NTCustomFonts', sans-serif !important;
}
.ntnashow {
	display: none !important;
}
@font-face {
  font-family: 'NTCustomFonts';
  src: url('/clients/getstage/wp-content/uploads/fonts/avenirmedium.woff2') format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'NTCustomFonts';
  src: url('/clients/getstage/wp-content/uploads/fonts/gellatio.woff2') format('woff2');
  font-style: italic;
}
@font-face {
  font-family: 'NTCustomFonts';
  src: url('/clients/getstage/wp-content/uploads/fonts/myriadProRegular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'NTCustomFonts';
  src: url('/clients/getstage/wp-content/uploads/fonts/fontspringbold.woff2') format('woff2');
  font-weight: 700;
}
@media (max-width:600px) {
	.ntnashow {
	display: block !important;
}
}