@font-face {
  font-family: '40df-iconos';
  src: url('./font/40df-iconos.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon::before {
  font-family: '40df-iconos';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  width: 1em;
  text-align: center;
}
.icon-casa::before { content: '\e800'; }
.icon { color: #315d80; font-size: 1.4em; }
