/* @font-face {
  font-family: "ProximaNova";
  src:  url('../fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNova-Light.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: "ProximaNova";
  src:  url('../fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova";
  src:  url('../fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
}
 */
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueThin.woff2') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueLight.woff2') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueRegular.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueMedium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueSemiBold.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueBold.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueExtraBold.woff') format('woff');
  font-weight: 800;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueHeavy.woff') format('woff');
  font-weight: 900;
}
@font-face {
  font-family: "GalanoGrotesque";
  src:  url('../fonts/Galano/GalanoGrotesqueBlack.woff') format('woff');
  font-weight: bold;
}