@charset "UTF-8";
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/bebas/BEBAS___.TTF');
}

@font-face {
  font-family: 'Geometria Light';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/geometria-light/Brownfox%20-%20Geometria%20Light.otf');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/montserrat/Montserrat-Regular.otf');
}

@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/montserrat/Montserrat-Light.otf');
}

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/montserrat/Montserrat-Bold.otf');
}
@font-face {
  font-family: 'Montserrat Hairline';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/montserrat/Montserrat-Hairline.otf');
}
@font-face {
  font-family: 'Fira Sans Book';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-Book.otf');
}
@font-face {
  font-family: 'Fira Sans Ultralight';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-UltraLight.otf');
}
@font-face {
  font-family: 'Fira Sans Heavy';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-Heavy.otf');
}
@font-face {
  font-family: 'Fira Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-Medium.otf');
}
@font-face {
  font-family: 'Fira Sans Light';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-Light.otf');
}
@font-face {
  font-family: 'Fira Sans LightItalic';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-LightItalic.otf');
}

@font-face {
  font-family: 'Fira Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/FiraSans/FiraSans-Regular.otf');
}

.font-bebas {
  font-family: 'Bebas', sans-serif;
}

.font-geometria-light {
  font-family: 'Geometria Light', sans-serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

/*===== mari custom fonts ==*/
@font-face {
  src: url('../../fonts/icomoon/icomoon.eot?xt0z7r');
  src: url('../../fonts/icomoon/icomoon.eot?xt0z7r#iefix')
      format('embedded-opentype'),
    url('../../fonts/icomoon/icomoon.ttf?xt0z7r') format('truetype'),
    url('../../fonts/icomoon/icomoon.woff?xt0z7r') format('woff'),
    url('../../fonts/icomoon/icomoon.svg?xt0z7r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icomoon', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-profile:before {
  content: '\e900';
}
.icon-pencil:before {
  content: '\e901';
}
.icon-people:before {
  content: '\e902';
}
