@charset "UTF-8";

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('..//fonts/NunitoSans-Black.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/NunitoSans-BlackItalic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/NunitoSans-ExtraBold.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/NunitoSans-ExtraBoldItalic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NunitoSans-Bold.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/NunitoSans-BoldItalic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NunitoSans-SemiBold.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/NunitoSans-SemiBoldItalic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NunitoSans-Regular.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/NunitoSans-RegularItalic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NunitoSans-Regular.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/NunitoSans-Italic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NunitoSans-Light.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/NunitoSans-LightItalic.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NunitoSans-ExtraLight.ttf');
}

@font-face 
{
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/NunitoSans-ExtraLightItalic.ttf');
}