
/**
 * The windows_compat font is a manually edited version of the GalanoGrotesque-Bold font that fixes the Windows Ascent/Decent values to be consistent with other operating systems
 *
 * https://iamvdo.me/en/blog/css-font-metrics-line-height-and-vertical-align
 */
@font-face {
  font-family: 'GalanoGrotesque-Bold';
  src: url('webfonts/39F806_0_0.eot');
  src: url('webfonts/39F806_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/39F806_0_0_windows_compat.woff2') format('woff2'),url('webfonts/39F806_0_0.woff') format('woff'),url('webfonts/39F806_0_0.ttf') format('truetype');}

@font-face {
    font-family: 'GalanoGrotesque-SemiBold';
    src: url('webfonts/3A60F4_0_0.eot');
    src: url('webfonts/3A60F4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A60F4_0_0.woff2') format('woff2'),url('webfonts/3A60F4_0_0.woff') format('woff'),url('webfonts/3A60F4_0_0.ttf') format('truetype');}

