@import url(reset.css);
@import url(styles.css);
@import url(responsivo.css);
@import url(menu.css);

@font-face {
    font-family: 'Gravesend Sans';
    src: url(../fonts/Gravesend-Sans/Gravesend_Sans_Light.otf) format('opentype');
    font-weight: 300;
}

@font-face {
  font-family: 'ClashDisplay-Light';
  src: url('../fonts/ClashDisplay/ClashDisplay-Light.woff2') format('woff2'),
       url('../fonts/ClashDisplay/ClashDisplay-Light.woff') format('woff'),
       url('../fonts/ClashDisplay/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}