/*문자열설정*/
@charset "utf-8";

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  src: local('Cormorant'), url('/common/font/Cormorant-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  src: local('Cormorant'), url('/common/font/Cormorant-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  src: local('Cormorant'), url('/common/font/Cormorant-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  src: local('Cormorant'), url('/common/font/Cormorant-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300 700;
  src: local('Cormorant'), url('/common/font/Cormorant-Bold.ttf') format('truetype');
}