/*
Theme Name: DiscoHost Discotecas
Theme URI: https://discohost.site/
Author: DiscoHost
Author URI: https://discohost.site/
Description: Theme ligero para crear landings reutilizables de discotecas con plantilla bloqueada, campos editables y slot Bookit.
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: discohost-discotecas
Tags: custom-template, entertainment, landing-page, responsive-layout
*/

body {
	margin: 0;
	background: #111b24;
	color: #eae9e4;
	font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

.discohost-basic {
	width: min(760px, calc(100% - 32px));
	margin: 48px auto;
}

.discohost-basic__article {
	display: grid;
	gap: 18px;
}

.discohost-basic a {
	color: #d9a766;
}
