/* Define the Font Face for Regular */
@font-face {
  font-family: 'kalatexa';
  src: url('fonts/KALATEXAREGULAR.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Define the Font Face for Bold */
@font-face {
  font-family: 'kalatexa';
  src: url('fonts/KALATEXABOLD.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Define the Font Face for Italic */
@font-face {
  font-family: 'kalatexa';
  src: url('fonts/KALATEXAITALIC.otf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* Define the Font Face for Bold Italic */
@font-face {
  font-family: 'kalatexa';
  src: url('fonts/KALATEXABOLDITALIC.otf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

/* Define the Font Face for Regular */
@font-face {
  font-family: 'kwamsook';
  src: url('fonts/KWAMSOOKREGULAR.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Define the Font Face for Bold */
@font-face {
  font-family: 'kwamsook';
  src: url('fonts/KWAMSOOKBOLD.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Define the Font Face for Italic */
@font-face {
  font-family: 'kwamsook';
  src: url('fonts/KWAMSOOKITALIC.otf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

body {
  font-family: 'kalatexa', sans-serif;
  font-size: 18pt;
  line-height: 1.3;
}