@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight:  300 900;
    font-style: italic;
  }
  @font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.ttf') format('truetype');
    font-weight:  700;
    font-style: normal;
  }
  @font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight:  400;
    font-style: normal;
  }
  @font-face {
      font-family: 'PT Sans';
      src: url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
      font-weight:  700;
      font-style: italic;
    }
    @font-face {
        font-family: 'PT Sans';
        src: url('../fonts/PTSans-Italic.ttf') format('truetype');
        font-weight:  400;
        font-style: italic;
    }
    @font-face {
      font-family: 'PT Sans Narrow';
      src: url('../fonts/PTSansNarrow-Bold.ttf') format('truetype');
      font-weight:  700;
      font-style: normal;
    }
    @font-face {
      font-family: 'PT Sans Narrow';
      src: url('../fonts/PTSansNarrow-Regular.ttf') format('truetype');
      font-weight:  400;
      font-style: normal;
    }