/**********/
/* Fonts  */
/**********/

@font-face {
    font-family: 'Opensans';
    src: url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Opensans-bold';
    src: url('../fonts/opensans/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Opensans-light';
    src: url('../fonts/opensans/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Opensans-lightitalic';
    src: url('../fonts/opensans/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Ubuntu-bold';
    src: url('../fonts/ubuntu/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/ubuntu-light-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'kgprimarydots';
    src: url('../fonts/kgprimarydots/kgprimarydots-webfont.woff2') format('woff2'),
         url('../fonts/kgprimarydots/kgprimarydots-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	word-wrap: break-word;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #3d3d3f;
  line-height: 1.4em;
  font-weight: 200;
}

@media only screen and (min-width: 630px) {
  body {
    font-size: 16px;
  }
}
