/* ==== Graphik ==== */

@font-face {
  font-family: 'Graphik';
  src: url('./fonts/Graphik/graphik-regular.woff2') format('woff2'),
    url('./fonts/Graphik/graphik-regular.woff') format('woff'),
    url('./fonts/Graphik/Graphik-Regular.otf') format('opentype');
  font-display: block;
  font-weight: 400;
}

@font-face {
  font-family: 'Graphik';
  src: url('./fonts/Graphik/graphik-semibold.woff2') format('woff2'),
    url('./fonts/Graphik/graphik-semibold.woff') format('woff'),
    url('./fonts/Graphik/Graphik-Semibold.otf') format('opentype');
  font-display: block;
  font-weight: 600;
}

@font-face {
  font-family: 'Graphik';
  src: url('./fonts/Graphik/graphik-bold.woff2') format('woff2'),
    url('./fonts/Graphik/graphik-bold.woff') format('woff'),
    url('./fonts/Graphik/Graphik-Bold.otf') format('opentype');
  font-display: block;
  font-weight: 700;
}

/* ==== Whitney Screen Smart ==== */

@font-face {
  font-family: 'Whitney';
  src: url('./fonts/Whitney/whitneyssm-book-pro.woff2') format('woff2'),
    url('./fonts/Whitney/whitneyssm-book-pro.woff') format('woff'),
    url('./fonts/Whitney/WhitneySSm-Book-Pro.otf') format('opentype');
  font-display: block;
  font-weight: 400;
}

@font-face {
  font-family: 'Whitney';
  src: url('./fonts/Whitney/whitneyssm-medium-pro.woff2') format('woff2'),
    url('./fonts/Whitney/whitneyssm-medium-pro.woff') format('woff'),
    url('./fonts/Whitney/WhitneySSm-Medium-Pro.otf') format('opentype');
  font-display: block;
  font-weight: 500;
}

@font-face {
  font-family: 'Whitney';
  src: url('./fonts/Whitney/whitneyssm-semibold-pro.woff2') format('woff2'),
    url('./fonts/Whitney/whitneyssm-semibold-pro.woff') format('woff'),
    url('./fonts/Whitney/WhitneySSm-Semibold-Pro.otf') format('opentype');
  font-display: block;
  font-weight: 600;
}

@font-face {
  font-family: 'Whitney';
  src: url('./fonts/Whitney/whitneyssm-bold-pro.woff2') format('woff2'),
    url('./fonts/Whitney/whitneyssm-bold-pro.woff') format('woff'),
    url('./fonts/Whitney/WhitneySSm-Bold-Pro.otf') format('opentype');
  font-display: block;
  font-weight: 700;
}
