
@font-face {
  font-family: 'BebasNeue';
  font-weight: normal;
  src: url("/static/fonts/BebasNeue Regular.otf") format("opentype"); }

@font-face {
  font-family: 'BebasNeue';
  font-weight: 200;
  src: url("/static/fonts/BebasNeue Light.otf") format("opentype"); }

@font-face {
  font-family: 'BebasNeue';
  font-weight: 600;
  src: url("/static/fonts/BebasNeue Bold.otf") format("opentype"); }

@font-face {
  font-family: 'BebasNeue';
  font-weight: 100;
  src: url("/static/fonts/BebasNeue Thin.otf") format("opentype"); }

@font-face {
  font-family: 'BebasNeue';
  font-weight: bolder;
  src: url("/static/fonts/BebasNeue Book.otf") format("opentype"); }

/*
body {
  font-family: "BebasNeue", "Bebas Neue", "Oswald", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; }
*/

@font-face{
  font-family:"Bebas Neue W01 Regular";
  src:url("/static/fonts/1444651/69efc83f-ff1e-4b84-aaac-c35e238e33ca.eot?#iefix");
  src:url("/static/fonts/1444651/69efc83f-ff1e-4b84-aaac-c35e238e33ca.eot?#iefix") format("eot"),url("/static/fonts/1444649/e0d6f852-5401-4bbf-9672-47a50c5c87c6.woff2") format("woff2"),url("/static/fonts/1444649/7fedd582-6ae3-4850-be2f-4acae2e74fa5.woff") format("woff"),url("/static/fonts/1444649/d6e08ef3-40db-4ac3-82df-f062f55a72f5.ttf") format("truetype");
}

/* Define the "system" font family */
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, #__next {
  height: 100%;
  width: 100%;
  margin:0;
  padding: 0;
  /* font-family: 'bebas-neue' */
}

/* Now, let's apply it on an element */
body {
  font-family: "system";
  /* font-family: 'Muli', sans-serif; */

  /* background-color:#F2F2F2; */
  background-color:#fff;

}


.bodyBacku12314wqds {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3247+0,4d3043+100 */
  background: #5d3247; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #5d3247 0%, #4d3043 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #5d3247 0%,#4d3043 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #5d3247 0%,#4d3043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3247', endColorstr='#4d3043',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
