/**
* @license
*
* Font Family: Onest

*
* Onest Extralight
* Onest Light
* Onest Regular
* Onest Medium
* Onest Semibold
* Onest Bold
* Onest Variable (Variable font)

*
*/

/* Primary family used throughout the site (font-family: "Onest").
   Variable font covers the full 200-700 weight range in one file,
   so any font-weight (400 body text, 600 headings, 700 bold, etc.)
   renders correctly without needing a separate @font-face per weight. */
@font-face {
  font-family: 'Onest';
  src: url('../../fonts/Onest-VariableFont_wght.ttf') format('truetype-variations'),
       url('../../fonts/Onest-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* Named per-weight faces, kept for any markup that references a specific
   weight family directly (e.g. font-family: 'Onest-Bold'). */
@font-face {
  font-family: 'Onest-Extralight';
  src: url('../../fonts/Onest-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Light';
  src: url('../../fonts/Onest-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Regular';
  src: url('../../fonts/Onest-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Medium';
  src: url('../../fonts/Onest-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Semibold';
  src: url('../../fonts/Onest-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Bold';
  src: url('../../fonts/Onest-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Extrabold';
  src: url('../../fonts/Onest-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Onest-Black';
  src: url('../../fonts/Onest-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: "wght" 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0)
*/
@font-face {
  font-family: 'Onest-Variable';
  src: url('../../fonts/Onest-VariableFont_wght.ttf') format('truetype-variations'),
       url('../../fonts/Onest-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
