/* Farmazon base styles (can be empty; inline styles cover most) */
/* This file is intentionally lightweight; main CSS is inlined in index.php as a fallback. */
/* Add any custom overrides below. */

/* Subtle animated background accent */
@keyframes floatGlow {from{transform:translateY(0)}to{transform:translateY(-6px)}}
.logo { animation: floatGlow 1.8s ease-in-out infinite alternate; }

