/* exemple of font file replace */
@font-face {
    font-family: 'Albert';
    src: url('AlbertSans-SemiBold.eot');
    src: url('AlbertSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('AlbertSans-SemiBold.woff2') format('woff2'),
        url('AlbertSans-SemiBold.woff') format('woff'),
        url('AlbertSans-SemiBold.ttf') format('truetype'),
        url('AlbertSans-SemiBold.svg#AlbertSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert';
    src: url('AlbertSans-Bold.eot');
    src: url('AlbertSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('AlbertSans-Bold.woff2') format('woff2'),
        url('AlbertSans-Bold.woff') format('woff'),
        url('AlbertSans-Bold.ttf') format('truetype'),
        url('AlbertSans-Bold.svg#AlbertSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.eot');
    src: url('Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff'),
        url('Inter-Bold.ttf') format('truetype'),
        url('Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.eot');
    src: url('Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff'),
        url('Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Regular.eot');
  src: url('Inter-Regular.eot?#iefix') format('embedded-opentype'),
      url('Inter-Regular.woff2') format('woff2'),
      url('Inter-Regular.woff') format('woff'),
      url('Inter-Regular.ttf') format('truetype'),
      url('Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('DMSerifDisplay-Regular.eot');
    src: url('DMSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('DMSerifDisplay-Regular.woff2') format('woff2'),
        url('DMSerifDisplay-Regular.woff') format('woff'),
        url('DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'funeraria-selva';
    src:  url('funeraria-selva.eot?gf3upv');
    src:  url('funeraria-selva.eot?gf3upv#iefix') format('embedded-opentype'),
      url('funeraria-selva.ttf?gf3upv') format('truetype'),
      url('funeraria-selva.woff?gf3upv') format('woff'),
      url('funeraria-selva.svg?gf3upv#funeraria-selva') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'funeraria-selva' !important;
    speak: never;
    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-world:before {
    content: "\1f310";
  }
  .icon-phone:before {
    content: "\e900";
  }
  .icon-circle-up:before {
    content: "\e901";
  }
  .icon-arrow-right:before {
    content: "\ea3c";
  }
  