
/* Ελάβα Font Styles */
@font-face {
  font-family: 'Elava';
  src: local('Elava'), url('/ελάβα/elava.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Elava', sans-serif;
  color: #2b2b2b;
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}

/* Responsive Typography */
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

/* Font Feature Variants */
:root {
  --font-variant: 'Elava';
}

.elava-variant {
  font-family: var(--font-variant);
  font-style: italic;
}
