@font-face {
    font-family: "GalanoGrotesque";
    font-display: swap;
    src: local(GalanoGrotesque), url('../fonts/Galano Grotesque Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "GalanoGrotesque";
    font-display: swap;
    src: local(GalanoGrotesque), url('../fonts/Galano Grotesque Semi Bold.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: "GalanoGrotesque";
    font-display: swap;
    src: local(GalanoGrotesque), url('../fonts/Galano-Grotesque.otf')  format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "GalanoGrotesque";
    font-display: swap;
    src: local(GalanoGrotesque), url('../fonts/Galano Grotesque Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "GalanoGrotesque";
    font-display: swap;
    src: local(GalanoGrotesque), url('../fonts/Galano Grotesque Black.otf') format("opentype");
    font-weight: 900;
    font-style: normal;
  }