/* Galano Grotesque Thin (100) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

/* Galano Grotesque ExtraLight (200) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

/* Galano Grotesque Light (300) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

/* Galano Grotesque Regular (400) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Galano Grotesque Medium (500) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

/* Galano Grotesque SemiBold (600) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueSemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueSemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

/* Galano Grotesque Bold (700) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* Galano Grotesque ExtraBold (800) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

/* Galano Grotesque Heavy (850) - between ExtraBold and Black */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueHeavy.otf") format("opentype");
  font-weight: 850;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueHeavyItalic.otf") format("opentype");
  font-weight: 850;
  font-style: italic;
}

/* Galano Grotesque Black (900) */
@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "GalanoGrotesque";
  src: url("./GalanoGrotesqueBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Fraunces";
  src: url("./FrauncesRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

/* Set GalanoGrotesque as the default font for the document */
html,
body,* {
  font-family: "GalanoGrotesque", sans-serif;
  /* font-family: "Inter", sans-serif; */
}