/* Metamatics — metamatics.kr */

:root {
  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
}

body {
  max-width: 38rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 6rem;
  background: #fff;
  color: #000;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
               BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic",
               system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-underline-offset: 3px;
}

p { margin: 0 0 1.6em; }

.name {
  margin: 0 0 4rem;
  font-weight: 600;
}

h1, h2 {
  margin: 0 0 1.6em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
}

section + section {
  margin-top: 4rem;
}

.services {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services li {
  margin-bottom: 0.4em;
}

footer {
  margin-top: 6rem;
}

footer p {
  margin-bottom: 0;
  color: #000;
}


@media (max-width: 480px) {
  body { padding: 3rem 1.25rem 4rem; }
  .name { margin-bottom: 3rem; }
  section + section { margin-top: 3rem; }
  footer { margin-top: 4rem; }
}
