/* Etherlink Custom Styles */

body { background-image: url(''); /* Add background texture or leave empty */ background-size: cover; background-attachment: fixed; font-family: 'Inter', sans-serif; }

h1, h2, h3 { font-family: 'Georgia', serif; letter-spacing: -0.5px; }

nav a { text-decoration: none; font-weight: bold; transition: transform 0.2s ease; }

nav a:hover { transform: scale(1.05); }

section.bg-gray-100 { background: linear-gradient(to bottom right, #f8fafc, #e2e8f0); border: 1px solid #cbd5e1; }

footer { margin-top: 2rem; padding-bottom: 1rem; text-align: center; opacity: 0.6; }

