@font-face {
  font-family: 'Chalet';
  font-style: normal;
  font-weight: normal;
  src: local('Chalet'), url('./chaletnewyork.ttf') format('truetype');
}

@font-face {
  font-family: 'ChaletRegular';
  font-style: normal;
  font-weight: normal;
  src: local('ChaletRegular'), url('./chalet.ttf') format('truetype');
}


* {
    font-family: Chalet, Arial;
}
