
@font-face {
    font-family: 'Panton';
    src: local('Panton  Light'), local('Panton--Light'),
        url('Panton-Light/Panton-Light.woff2') format('woff2'),
        url('Panton-Light/Panton-Light.woff') format('woff'),
        url('Panton-Light/Panton-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }


@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold'), local('Inter-Semi-Bold'),
        url('Inter-SemiBold/Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold/Inter-SemiBold.woff') format('woff'),
        url('Inter-SemiBold/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'InterText';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('Inter-Regular/Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular/Inter-Regular.woff') format('woff'),
        url('Inter-Regular/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

 @font-face {
    font-family: 'Scrawl';
    src: url('Scrawl/Scrawl.woff2') format('woff2'),
        url('Scrawl/Scrawl.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}