@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
p {
  margin: 0;
}

ul {
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
}

* {
  font-family:
    Pretendard,
    'Malgun Gothic',
    '맑은 고딕',
    -apple-system,
    BlinkMacSystemFont,
    Helvetica,
    'Apple SD Gothic Neo',
    sans-serif;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
  outline: none;
  /*user-select: none;
  -webkit-user-select: none; !* webkit (safari, chrome) browsers *!
  -moz-user-select: none; !* mozilla browsers *!
  -ms-user-select: none; !* IE10+ *!*/
}