@font-face {
    font-family: 'ESRebondGrotesque';
    src: url('/fonts/rebond-grotesque/ESRebondGrotesqueThin.woff2') format('woff2'),
         url('/fonts/rebond-grotesque/ESRebondGrotesqueThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ESRebondGrotesque';
    src: url('/fonts/rebond-grotesque/ESRebondGrotesqueRegular.woff2') format('woff2'),
         url('/fonts/rebond-grotesque/ESRebondGrotesqueRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ESRebondGrotesque';
    src: url('/fonts/rebond-grotesque/ESRebondGrotesqueMedium.woff2') format('woff2'),
         url('/fonts/rebond-grotesque/ESRebondGrotesqueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'ESRebondGrotesque', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: normal;
}