/* ----------- GRAPHIK FONT IMPORT ----------------- */

@font-face {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Regular\ Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Medium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Medium Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Medium\ Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Light Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Light\ Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Extralight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Extralight.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Extralight Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Extralight\ Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Thin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Thin Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Thin\ Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Semibold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Semibold Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Semibold\ Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Bold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Graphik Bold Italic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Graphik/Graphik-Bold\ Italic.ttf') format('truetype');
}

/* ----------- GT SECTRA FINE FONT IMPORT ----------------- */

@font-face {
  font-family: 'GT Sectra';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/GT_Sectra_Fine/GT-Sectra-Fine-Regular.otf')
    format('opentype');
}
@font-face {
  font-family: 'GT Sectra Medium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/GT_Sectra_Fine/GT-Sectra-Fine-Medium.otf')
    format('opentype');
}
@font-face {
  font-family: 'GT Sectra Bold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/GT_Sectra_Fine/GT-Sectra-Fine-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'GT Sectra Book';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/GT_Sectra_Fine/GT-Sectra-Fine-Book.otf') format('opentype');
}
