@font-face {
    font-family: 'helv';
    src: url('../fonts/HelveticaNeueLTGEO-45Light.eot');
    src: url('../fonts/HelveticaNeueLTGEO-45Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTGEO-45Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTGEO-45Light.woff') format('woff'),
    url('../fonts/HelveticaNeueLTGEO-45Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helv';
    src: url('../fonts/HelveticaNeueLTGEO-75Bold.eot');
    src: url('../fonts/HelveticaNeueLTGEO-75Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTGEO-75Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTGEO-75Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueLTGEO-75Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helv';
    src: url('../fonts/HelveticaNeueLTGEO-55Roman.eot');
    src: url('../fonts/HelveticaNeueLTGEO-55Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueLTGEO-55Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTGEO-55Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueLTGEO-55Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.light-font {
    font-family: 'helv'; font-weight: 300; font-style: normal;
}

.normal-font {
    font-family: 'helv'; font-weight: normal; font-style: normal;
}

.bold-font {
    font-family: 'helv'; font-weight: bold; font-style: normal;
}

.light-font-upper {
    font-family: 'helv'; font-weight: 300; font-style: normal;
    font-feature-settings: 'case' on;
}

.normal-font-upper {
    font-family: 'helv'; font-weight: normal; font-style: normal;
    font-feature-settings: 'case' on;
}

.bold-font-upper {
    font-family: 'helv'; font-weight: bold; font-style: normal;
    font-feature-settings: 'case' on;
}

a, span, div, body, tr, td {
  font-family: 'helv';
  font-weight: normal;
  font-style: normal;
}
