/* WarpIt V2 - Custom styles (supplement Tailwind CDN) */

/* Form input baseline (Tailwind CDN doesn't include forms plugin) */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    font-size: 1rem;
    line-height: 1.5;
}

/* Portal theme CSS custom properties */
:root {
    --portal-primary: #2563eb;
    --portal-primary-hover: #1d4ed8;
    --portal-accent: #059669;
}

/* Textile Exchange theme */
.theme-textiles {
    --portal-primary: #047857;
    --portal-primary-hover: #065f46;
    --portal-accent: #0891b2;
}
