@charset "utf-8";

/*Koruri*/
@font-face {
  font-family: "Koruri";
  font-weight: 100;
  font-style: normal;

  src: url("../fonts/Koruri/ttf/Koruri-Light.otf") format("opentype");
  src:url("../fonts/Koruri/woff/Koruri-Light.woff") format('woff');
}
@font-face {
  font-family: "Koruri";
  font-weight: 300;
  font-style: normal;

  src: url("../fonts/Koruri/ttf/Koruri-Regular.ttf") format("truetype");
  src:url("../fonts/Koruri/woff/Koruri-Regular.woff") format('woff');
}
@font-face {
  font-family: "Koruri";
  font-weight: 500;
  font-style: normal;

  src: url("../fonts/Koruri/ttf/Koruri-Bold.ttf") format("truetype");
  src:url("../fonts/Koruri/woff/Koruri-Bold.woff") format('woff');
}

@font-face {
  font-family: "Koruri";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Koruri/ttf/Koruri-Extrabold.ttf") format("truetype");
  src:url("../fonts/Koruri/woff/Koruri-Extrabold.woff") format('woff');
}

@font-face {
  font-family: "Koruri";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Koruri/ttf/Koruri-Semibold.ttf") format("truetype");
  src:url("../fonts/Koruri/woff/Koruri-Semibold.woff") format('woff');
}

/*play*/

@font-face {
  font-family: "Play";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Play/ttf/PlayRegular.ttf") format("truetype");
  src:url("../fonts/Play/woff/PlayRegular.woff") format('woff');
}
@font-face {
  font-family: "Play";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Play/ttf/PlayBold.ttf") format("truetype");
  src:url("../fonts/Play/woff/PlayBold.woff") format('woff');
}

/*Montserrat*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Montserrat/eot/Montserrat-ExtraLight.eot) format('embedded-opentype');
	src: url(../fonts/Montserrat/ttf/Montserrat-ExtraLight.ttf) format('truetype');
	src: url(../fonts/Montserrat/woff/Montserrat-ExtraLight.woff) format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Montserrat/eot/Montserrat-Light.eot) format('embedded-opentype');
	src: url(../fonts/Montserrat/ttf/Montserrat-Light.ttf) format('truetype');
	src: url(../fonts/Montserrat/woff/Montserrat-Light.woff) format('woff');
  
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Montserrat/eot/Montserrat-Medium.eot) format('embedded-opentype');
	src: url(../fonts/Montserrat/ttf/Montserrat-Medium.ttf) format('truetype');
	src: url(../fonts/Montserrat/woff/Montserrat-Medium.woff) format('woff');
  
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight:900;
    src: url(../fonts/Montserrat/eot/Montserrat-Bold.eot) format('embedded-opentype');
	src: url(../fonts/Montserrat/ttf/Montserrat-Bold.ttf) format('truetype');
	src: url(../fonts/Montserrat/woff/Montserrat-Bold.woff) format('woff');
}















