@font-face {
 font-family: "PP Editorial New";
 src: url("fonts/PPEditorialNew-Regular.otf") format("opentype");
}

@font-face {
 font-family: "PP Editoral New";
 src: url("fonts/PPEditorialNew-Ultrabold.otf") format("opentype");
  font-style: bold;
}

@font-face {
 font-family: "XXII Ultimate-Black-Metal";
 src: url("fonts/XXII-Ultimate-Black-Metal.ttf") format("truetype"),
	url("fonts/XXII-Ultimate-Black-Metal.woff") format("woff"),
	url("fonts/XXII-Ultimate-Black-Metal.woff2") format("woff2");
}

@font-face {
 font-family: "Cormorant Upright";
 src: url("fonts/CormorantUpright-Regular.ttf") format("truetype"),
 url("fonts/CormorantUpright-Regular.woff") format("woff"),
 url("fonts/CormorantUpright-Regular.woff2") format("woff2");
}

@font-face {
 font-family: "Cormorant SC";
 src: url("fonts/CormorantSC-Regular.ttf") format("truetype"),
 url("fonts/CormorantSC-Regular.woff") format("woff"),
 url("fonts/CormorantSC-Regular.woff2") format("woff2");
}

@font-face {
 font-family: "Roboto Light";
 src: url("fonts/Roboto-Light.ttf") format("truetype"),
 url("fonts/Roboto-Light.woff") format("woff"),
 url("fonts/Roboto-Light.woff2") format("woff2");
 font-weight: lighter;
}

@font-face {
 font-family: "Roboto";
 src: url("fonts/Roboto-Bold.ttf") format("truetype"),
 url("fonts/Roboto-Bold.woff") format("woff"),
 url("fonts/Roboto-Bold.woff2") format("woff2");
 font-weight: bold;
}

@font-face {
 font-family: "Roboto";
 src: url("fonts/Roboto-Regular.ttf") format("truetype"),
 url("fonts/Roboto-Regular.woff") format("woff");
 font-weight: normal;
}

@font-face {
 font-family: "Roboto Condensed";
 src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype"),
 url("fonts/Roboto.woff") format("woff");
 font-weight: normal;
}


@font-face {
 font-family: "Roboto Condensed";
 src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype"),
 url("fonts/Roboto-BoldCondensed.woff") format("woff");
 font-weight: bold;
}