/* ==========================================================================
   FONT FACE DECLARATIONS
   ========================================================================== */

/* VEUEVE CLICQUOT TITLE */
@font-face {
  font-family: 'Veuve Clicquot Title';
  src: url('../../assets/fonts/Veuve Clicquot Title/Veuve Clicquot Title-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Veuve Clicquot Title';
  src: url('../../assets/fonts/Veuve Clicquot Title/Veuve Clicquot Title-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Veuve Clicquot Title';
  src: url('../../assets/fonts/Veuve Clicquot Title/Veuve Clicquot Title-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* SATOSHI (BODY FONT) */
@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../../assets/fonts/Satoshi/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ORGANETTO (DISPLAY HEADING) */
@font-face {
  font-family: 'Organetto';
  src: url('../../assets/fonts/Organetto Font/Organetto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Organetto';
  src: url('../../assets/fonts/Organetto Font/Organetto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Organetto';
  src: url('../../assets/fonts/Organetto Font/Organetto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Organetto';
  src: url('../../assets/fonts/Organetto Font/organetto-extultrabold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}