/*
Theme Name: EastSideThrilla Base
Theme URI: https://eastsidethrilla.com
Author: EastSideThrilla Team
Description: Lightweight dark-first block theme (Bandcamp-style vibe) with editable header/footer, customizable colors & typography via theme.json, and clean post templates for embeds.
Version: 0.1.0
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: eastsidethrilla-base
Tags: block-themes, full-site-editing, custom-colors, custom-logo, editor-style, featured-images
*/

:root{
  --est-card-radius: 18px;
  --est-shadow: 0 10px 30px rgba(0,0,0,.22);
}

a{ text-decoration-thickness: .12em; text-underline-offset: .18em; }
a:hover{ text-decoration-thickness: .18em; }

.est-card{
  border-radius: var(--est-card-radius);
  box-shadow: var(--est-shadow);
  overflow: hidden;
}

.est-muted{ opacity: .78; }

.est-max{
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.wp-block-embed iframe,
.wp-block-embed video{
  max-width: 100%;
}
