@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('./variables.css');
@import url('./keyframes.css');
@import url('./common.css');
@import url('./alert.css');
@import url('./component.css');

* {
  box-sizing: border-box;
}

/* Reset default styles */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'NanumSquare', Arial, sans-serif;
  font-size: 16px;

  color: #ffffff;
  background-color: #000000;

  user-select: none;
}
