html, body, button, input, textarea, select { font-family: 'Pretendard'; }

* { box-sizing: border-box; }

body { margin: 0; background: #F1F4F5; color: #192343; }

.container { max-width: 1200px; margin: 50px auto; padding: 0 20px; }

.page-title { font-size: 28px; font-weight: 800; margin: 40px 0 20px; color: #192343; letter-spacing: -0.04em; }
.page-content { font-size: 15px; line-height: 1.8; color: #192343; }
.page-content h2 { margin-top: 28px; font-size: 18px; font-weight: 800; color: #45B6B0; }
.page-content p { margin: 10px 0 0; color: rgba(25,35,67,.85); }

a { color: inherit; text-decoration: none; }
a:hover { color: #45B6B0; }