/* Webfont: Thunder-BoldLC */@font-face {
    font-family: 'Thunder';
    src: url('./thunder/Thunder-BoldLC.eot'); /* IE9 Compat Modes */
    src: url('./thunder/Thunder-BoldLC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./thunder/Thunder-BoldLC.woff') format('woff'), /* Modern Browsers */
         url('./thunder/Thunder-BoldLC.woff2') format('woff2'), /* Modern Browsers */
         url('./thunder/Thunder-BoldLC.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

.font-thunder {
   font-family: "thunder", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.font-display {
    font-family: "thunder", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.font-base {
    font-family: "neue-haas-grotesk-display", "neue-haas-grotesk-text", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}