@font-face {
    font-family: 'museo';
    src: url('../fonts/museosansrounded-500-wf.woff2') format('woff2'),
         url('../fonts/museosansrounded-500-wf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo';
    src: url('../fonts/museosansrounded-900-wf.woff2') format('woff2'),
         url('../fonts/museosansrounded-900-wf.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

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

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

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff2?v7368428764382') format('woff2'),
       url('../fonts/fontello.woff?v7368428764382') format('woff');
  font-weight: normal;
  font-style: normal;
}
 
.icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 
.icon.kalamun:before { content: '\e800'; } /* '' */
.icon.mail-alt:before { content: '\e801'; } /* '' */
.icon.ok:before { content: '\e804'; } /* '' */
.icon.cancel:before { content: '\e805'; } /* '' */
.icon.tags:before { content: '\e808'; } /* '' */
.icon.attention:before { content: '\e80a'; } /* '' */
.icon.menu:before { content: '\e80d'; } /* '' */
.icon.up-big:before { content: '\e812'; } /* '' */
.icon.search:before { content: '\e816'; } /* '' */
.icon.info-circled:before { content: '\e81a'; } /* '' */
.icon.phone:before { content: '\e81c'; } /* '' */
.icon.clock:before { content: '\e81d'; } /* '' */
.icon.angle-down:before { content: '\e81e'; } /* '' */
.icon.angle-up:before { content: '\e81f'; } /* '' */
.icon.angle-right:before { content: '\e828'; } /* '' */
.icon.angle-left:before { content: '\e829'; } /* '' */
.icon.facebook:before { content: '\f09a'; } /* '' */
.icon.instagram:before { content: '\f16d'; } /* '' */
.icon.shopping-basket:before { content: '\f291'; } /* '' */
