@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
background-color: #111;
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
			url('../img/HolographicSpectralWave_2025-05_upscaled_4096x4096.webp') 
			no-repeat center center;
color: #ccc;
font-family: 'Sora';
max-width: 800px;
margin: 60px auto;
padding: 0 20px;
  background-size: cover;
  background-attachment: fixed;
}

h1 {
font-size: 2em;
color: #fff;
margin-bottom: 1em;
}

p {
line-height: 1.6;
font-size: 14px;
margin-bottom: 1.2em;
}

strong {
color: #eee;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
color: #999;
text-decoration: underline;
}
