@font-face {
    font-family: 'AdobeClean';
    src: url('/fonts/AdobeClean-Regular.ttf') format('truetype'),
         url('/fonts/AdobeClean-It.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'AdobeClean';
    src: url('/fonts/AdobeClean-It.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
  }

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