:root {
  --ni-primary: #c21d1d;
  --ni-primary-dark: #a31515;
  --ni-silver: #f5f5f5;
  --ni-gray: #777;
  --ni-text: #111;
}

body {
  font-family: 'Inter', sans-serif;
  color: #232323;
  background-color: #ffffff;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--ni-text);
  line-height: 1.08;
  margin-bottom: 0.8rem;
  letter-spacing: -0.01em;
}

p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.72;
}

a,
.btn {
  text-decoration: none;
  transition: all 0.25s ease;
}

section {
  position: relative;
}

.ni-main {
  min-height: 60vh;
}