/* Recoleta Thin */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Alt-Thin.woff2") format("woff2"),
       url("Recoleta-Alt-Thin.woff") format("woff"),
       url("Recoleta-Alt-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Recoleta Light */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Alt-Light.woff2") format("woff2"),
       url("Recoleta-Alt-Light.woff") format("woff"),
       url("Recoleta-Alt-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Recoleta Regular */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Regular.woff2") format("woff2"),
       url("Recoleta-Regular.woff") format("woff"),
       url("Recoleta-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Recoleta Medium */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Medium.woff2") format("woff2"),
       url("Recoleta-Medium.woff") format("woff"),
       url("Recoleta-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Recoleta SemiBold */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Alt-SemiBold.woff2") format("woff2"),
       url("Recoleta-Alt-SemiBold.woff") format("woff"),
       url("Recoleta-Alt-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Recoleta Bold */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Alt-Bold.woff2") format("woff2"),
       url("Recoleta-Alt-Bold.woff") format("woff"),
       url("Recoleta-Alt-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Recoleta Black */
@font-face {
  font-family: "Recoleta";
  src: url("Recoleta-Black.woff2") format("woff2"),
       url("Recoleta-Black.woff") format("woff"),
       url("Recoleta-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
