@font-face {
  font-family: 'metode-icons';
  src:
    url('fonts/metode-icons.ttf?sdbo1v') format('truetype'),
    url('fonts/metode-icons.woff?sdbo1v') format('woff'),
    url('fonts/metode-icons.svg?sdbo1v#metode-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="metode-"], [class*=" metode-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'metode-icons' !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;
}

.metode-fletxa-petita:before {
  content: "\e9cd";
}
.metode-arrow-right-svgrepo-com:before {
  content: "\e9cb";
}
.metode-carrow-up:before {
  content: "\e947";
}
.metode-carrow-right:before {
  content: "\e949";
}
.metode-carrow-down:before {
  content: "\e94a";
}
.metode-carrow-left:before {
  content: "\e94b";
}
