@font-face {
  font-family: 'Graphik';
  font-weight: 400;
  font-style: normal;
  src: url('/wp-content/themes/tenplus/assets/fonts/GraphikRegular.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  font-weight: 500;
  font-style: normal;
  src: url('/wp-content/themes/tenplus/assets/fonts/GraphikMedium.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  font-weight: 600;
  font-style: normal;
  src: url('/wp-content/themes/tenplus/assets/fonts/GraphikSemibold.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  font-weight: 700;
  font-style: normal;
  src: url('/wp-content/themes/tenplus/assets/fonts/GraphikBold.otf');
  font-display: swap;
}

html,
body {
  font-family: 'Graphik', sans-serif;
}
