<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Thin-Trial.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
  }

  @font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Light-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Regular-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Medium-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Semibold-Trial.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Bold-Trial.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Graphik';
    src: url('Graphik/Graphik-Black-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
  }
  
  </pre></body></html>