/**
 * @license
 *
 * Font Family: Zodiak
 * Designed by: Jérémie Hornus, Gaetan Baehr, Jean-Baptiste Morizot, Alisa Nowak, Theo Guillard
 * URL: https://www.fontshare.com/fonts/zodiak
 * © 2024 Indian Type Foundry
 *
 * Font Styles:
 * Zodiak Thin
 * Zodiak Thin Italic
 * Zodiak Light
 * Zodiak Light Italic
 * Zodiak Regular
 * Zodiak Italic
 * Zodiak Bold
 * Zodiak Bold Italic
 * Zodiak Extrabold         
 * Zodiak Extrabold Italic
 * Zodiak Black
 * Zodiak Black Italic
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 100.0 to 900.0)

*/


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Thin.woff2') format('woff2'),
       url('Zodiak-Thin.woff') format('woff');
       font-weight: 100;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-ThinItalic.woff2') format('woff2'),
       url('Zodiak-ThinItalic.woff') format('woff');
       font-weight: 100;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Light.woff2') format('woff2'),
       url('Zodiak-Light.woff') format('woff');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-LightItalic.woff2') format('woff2'),
       url('Zodiak-LightItalic.woff') format('woff');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Regular.woff2') format('woff2'),
       url('Zodiak-Regular.woff') format('woff');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Italic.woff2') format('woff2'),
       url('Zodiak-Italic.woff') format('woff');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Bold.woff2') format('woff2'),
       url('Zodiak-Bold.woff') format('woff');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-BoldItalic.woff2') format('woff2'),
       url('Zodiak-BoldItalic.woff') format('woff');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Extrabold.woff2') format('woff2'),
       url('Zodiak-Extrabold.woff') format('woff');
       font-weight: 800;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-ExtraboldItalic.woff2') format('woff2'),
       url('Zodiak-ExtraboldItalic.woff') format('woff');
       font-weight: 800;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-Black.woff2') format('woff2'),
       url('Zodiak-Black.woff') format('woff');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Zodiak';
  src: url('Zodiak-BlackItalic.woff2') format('woff2'),
       url('Zodiak-BlackItalic.woff') format('woff');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

