/* Import local font Chewy */
@font-face {
     font-family: 'Chewy';
     src: url('../fonts/Chewy-Regular.woff2') format('woff2'),
          url('../fonts/Chewy-Regular.ttf') format('truetype'),
          url('../fonts/Chewy-Regular.otf') format('opentype');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
 } 