/* ============================= */
/* 1. EBS ÆùÆ® */
/* ============================= */
@font-face {
  font-family: 'EBS_hms_L';
  src: url('fonts/ebs_hms_L.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'EBS_hms_R';
  src: url('fonts/ebs_hms_R.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'EBS_hms_SB';
  src: url('fonts/ebs_hms_SB.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}


/* ============================= */
/* 2. NanumSquareNeo ÆùÆ® */
/* ============================= */
@font-face {
  font-family: 'NanumSquareNeo';
  src: url('fonts/NanumSquareNeo-aLt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo';
  src: url('fonts/NanumSquareNeo-bRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo';
  src: url('fonts/NanumSquareNeo-cBd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo';
  src: url('fonts/NanumSquareNeo-dEb.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo';
  src: url('fonts/NanumSquareNeo-eHv.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo';
  src: url('fonts/NanumSquareNeo-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}


/* ============================= */
/* 3. Strong Army Bold Vert ÆùÆ® */
/* ============================= */
@font-face {
  font-family: 'ROKAVert';
  src: url('/fonts/ROKA_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ROKABoldVert';
  src: url('/fonts/ROKA_Vert.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ROKABoldVert';
  src: url('/fonts/ROKA_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ROKABoldVert';
  src: url('/fonts/ROKA_Medium_Vert.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

