/* ============================================================
   ONEST – complete web font stack
   Weights: 100 Thin | 200 ExtraLight | 300 Light | 400 Regular
            500 Medium | 600 SemiBold | 700 Bold | 800 ExtraBold | 900 Black
   ============================================================ */

@font-face {
  font-family: 'Onest';
  src: url('Onest-Thin.woff2') format('woff2'),
       url('Onest-Thin.woff')  format('woff'),
       url('Onest-Thin.ttf')   format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-ExtraLight.woff2') format('woff2'),
       url('Onest-ExtraLight.woff')  format('woff'),
       url('Onest-ExtraLight.ttf')   format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-Light.woff2') format('woff2'),
       url('Onest-Light.woff')  format('woff'),
       url('Onest-Light.ttf')   format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-Regular.woff2') format('woff2'),
       url('Onest-Regular.woff')  format('woff'),
       url('Onest-Regular.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-Medium.woff2') format('woff2'),
       url('Onest-Medium.woff')  format('woff'),
       url('Onest-Medium.ttf')   format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-SemiBold.woff2') format('woff2'),
       url('Onest-SemiBold.woff')  format('woff'),
       url('Onest-SemiBold.ttf')   format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-Bold.woff2') format('woff2'),
       url('Onest-Bold.woff')  format('woff'),
       url('Onest-Bold.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-ExtraBold.woff2') format('woff2'),
       url('Onest-ExtraBold.woff')  format('woff'),
       url('Onest-ExtraBold.ttf')   format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('Onest-Black.woff2') format('woff2'),
       url('Onest-Black.woff')  format('woff'),
       url('Onest-Black.ttf')   format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
