/* === Biko autohospedada (OTF) === */
@font-face{
  font-family: "Biko";
  src: url("../fonts/Biko_Light-Restricted.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Biko";
  src: url("../fonts/Biko_Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Biko";
  src: url("../fonts/Biko_Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Biko";
  src: url("../fonts/Biko_Black.otf") format("opentype");
  font-weight: 900; font-style: normal; font-display: swap;
}

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

:root{
  --brand-900:#29483A;
  --brand-500:#42E561;
  --brand-200:#D7F677;
}
