
/* font */
@font-face {
  font-family: 'gb';
  font-weight: 400;
  src: url(../font/gb/GowunBatang-Regular.ttf) format('truetype');
  unicode-range: U+AC00-D7A3, U+0030-0039;
}
@font-face {
  font-family: 'gb';
  font-weight: 700;
  src: url(../font/gb/GowunBatang-Bold.ttf) format('truetype');
  unicode-range: U+AC00-D7A3, U+0030-0039;
}

/* Lora */
@font-face {
  font-family: 'lora';
  font-weight: 400;
  src: url(../font/lr/Lora-Regular.ttf) format('truetype');
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: 'lora';
  font-weight: 500;
  src: url(../font/lr/Lora-Medium.ttf) format('truetype');
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: 'lora';
  font-weight: 600;
  src: url(../font/lr/Lora-SemiBold.ttf) format('truetype');
  unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
  font-family: 'lora';
  font-weight: 700;
  src: url(../font/lr/Lora-Bold.ttf) format('truetype');
  unicode-range: U+0041-005A, U+0061-007A;
}