@charset "UTF-8";

@font-face {
  font-family: 'Anton'; /* 폰트 이름을 자유롭게 지정 */
  src: local('Anton'),
  	   url(./Anton-Regular.otf) format('opentype'),
  	   url(./Anton-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}