  @font-face {
    font-family: 'Asap-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/static/website/fonts/Asap-Regular.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Asap-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/static/website/fonts/Asap-Medium.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Asap-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('/static/website/fonts/Asap-SemiBold.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Asap-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/static/website/fonts/Asap-Bold.ttf') format('truetype');
  }