/*
Theme Name: TWS Development
Theme URI: https://twsdevelopments.com
Author: TWS Development LLC
Description: Custom WordPress block theme for TWS Development LLC.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: tws-development
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.tws-card { transition: transform .2s ease, box-shadow .2s ease; }
.tws-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.tws-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(141,198,63,.22), transparent 32%),
    linear-gradient(135deg, #0b0d0c 0%, #171a18 55%, #0f120f 100%);
}
.tws-accent-line { height: 5px; background: #8dc63f; }
