/* HBfonts 1.2.0  font-family: graphic  woff2+woff */
/* Relativa sökvägar från denna fil till assets/fonts/ */

@font-face {
  font-family: 'graphic';
  font-style: normal;
  font-weight: 400;
  src:
    local('Graphik Regular'),
    local('Graphik'),
    url('./fonts/graphik-regular.woff2') format('woff2'),
    url('./fonts/graphik-regular.woff') format('woff');
  font-display: swap;
  font-synthesis-weight: none;
}

@font-face {
  font-family: 'graphic';
  font-style: normal;
  font-weight: 500;
  src:
    local('Graphik Medium'),
    local('Graphik'),
    url('./fonts/graphik-medium.woff2') format('woff2'),
    url('./fonts/graphik-medium.woff') format('woff');
  font-display: swap;
  font-synthesis-weight: none;
}

@font-face {
  font-family: 'graphic';
  font-style: normal;
  font-weight: 600;
  src:
    local('Graphik Semibold'),
    local('Graphik'),
    url('./fonts/graphik-semibold.woff2') format('woff2'),
    url('./fonts/graphik-semibold.woff') format('woff');
  font-display: swap;
  font-synthesis-weight: none;
}

@font-face {
  font-family: 'graphic';
  font-style: normal;
  font-weight: 700;
  src:
    local('Graphik Bold'),
    local('Graphik'),
    url('./fonts/graphik-bold.woff2') format('woff2'),
    url('./fonts/graphik-bold.woff') format('woff');
  font-display: swap;
  font-synthesis-weight: none;
}