@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
}

/* 초기화 reset ------------------------ */
body {
    overflow-y: hidden;
}
body,
h1,
h2,
h3,
h4,
p,
button,
fieldset,
legend,
ul, ol, li {
  margin: 0;
  padding: 0;
}
button:enabled {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: black;
}

/* form 관련 */
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"] {
  height:28px;
  border:1px solid #ddd;
  border-radius: 4px;
  padding: 0 8px;
  box-sizing: border-box;
}

/* layout 관련 */
.layout-header {
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .layout-header div{
    display: flex;
    gap: 40px;
  }
h1 a{
    color: white;
}

body {
    display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

/* main */
body, * button {
  /* font-family: 'Nanum Myeongjo', serif; */
  font-family:  'Pretendard-Regular', sans-serif;
}