@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cormorant-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cormorant-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/cormorant-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/cormorant-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #030303;
  color: #e8e0d0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  animation: fadein 1.1s ease both;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

main {
  flex: 1;
  padding: 80px 24px 64px;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

footer {
  padding: 24px 24px 48px;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

/* Publisher signum */
.signum {
  font-family: 'Cormorant', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.8rem;
  color: #e8e0d0;
  line-height: 1;
  margin-bottom: 4px;
}

/* Publisher title */
.site-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #e8e0d0;
  margin-bottom: 10px;
}

/* Tagline */
.tagline {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.8rem;
  color: #8d8880;
  margin-bottom: 72px;
}

/* Section label */
.section-label {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8880;
  margin-bottom: 20px;
}

/* Object block */
.object {
  margin-bottom: 56px;
}

.object-title {
  font-family: 'Cormorant', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #e8e0d0;
  margin-bottom: 8px;
}

.object-subtitle {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.8rem;
  color: #8d8880;
  margin-bottom: 4px;
}

.object-subtitle a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}


.footer-name {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.72rem;
  color: #8d8880;
  margin-bottom: 8px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 0.72rem;
  color: #8d8880;
  text-decoration: none;
}

.footer-links a:hover {
  color: #e8e0d0;
}

/* Internal pages */
.back-link {
  color: inherit;
  text-decoration: none;
}

.page-title {
  color: #e8e0d0;
  margin-bottom: 24px;
}

.detail-spaced {
  margin-top: 16px;
}

.legal-section {
  margin-bottom: 40px;
}
