/* Definiciones de fuentes para WebDeProductores */
@font-face {
  font-family: 'Andes Rounded';
  src: url("../fonts/andes-rounded.eot");
  src: url("//db.onlinewebfonts.com/t/060a194fd6f294acfb2e127ea0807df3.eot?#iefix") format("embedded-opentype"),
    url("../fonts/andes-rounded.woff2") format("woff2"),
    url("../fonts/andes-rounded.woff") format("woff"),
    url("../fonts/andes-rounded.ttf") format("truetype"),
    url("../fonts/andes-rounded.svg#AndesRoundedW01-Book") format("svg");
  font-display: swap; 
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/notosans.eot");
  src: url("../fonts/notosans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/notosans.woff2") format("woff2"),
    url("../fonts/notosans.woff") format("woff"),
    url("../fonts/notosans.ttf") format("truetype"),
    url("../fonts/notosans.svg#Noto Sans SC") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Bold";
  src: url("../fonts/notosans-bold.eot");
  src: url("../fonts/notosans-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/notosans-bold.woff2") format("woff2"),
    url("../fonts/notosans-bold.woff") format("woff"),
    url("../fonts/notosans-bold.ttf") format("truetype"),
    url("../fonts/notosans-bold.svg#Noto Sans Bold V2") format("svg");
  font-display: swap;
}
