
@font-face {
    font-family: 'nanum';
    src: url('../assets/nanumthin.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'nanum700';
  src: url('../assets/nanum700.ttf');
  font-style: normal;
}

@font-face {
  font-family: 'nanum800';
  src: url('../assets/nanum800.ttf');
  font-style: normal;
}

@font-face {
  font-family: 'c4v';
  src: url('../assets/C4v.4-Regular.otf');
}

@font-face {
  font-family: 'diolce';
  src: url('../assets/Diolce-Regular.otf');
}

@font-face {
  font-family: 'mxwim';
  src: url('../assets/MXWimGaramond-Light.otf');
}


body {
  /*background: #bfbfbf;/*
background: 'blue';

}

/*a:link { color:#0074ff; }*/

a:visited { color:blue;}
a:hover { text-decoration:underline; outline:none; cursor: grab;}
a:active { text-decoration:none; outline:none; }

