
@font-face {
  font-family: 'UsualRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/Usual-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Usual-Regular.woff') format('woff') /* Modern Browsers */
	   ;
}
@font-face {
  font-family: 'UsualLight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/Usual-Light.woff2') format('woff2'), 
       url('../fonts/Usual-Light.woff') format('woff')
	   ;
}
