/*
Theme Name: Villa Andrea API (Simple)
Theme URI: https://example.com
Author: Matheus Rosario
Description: Tema mínimo para WordPress usado como API. Landing super clean e admin enxuto.
Version: 1.0.0
Text Domain: villa-andrea-api
*/

:root {
  --text: #2b2b2b;
  --muted: #7a7a7a;
  --bg: #ffffff;
}

 

html,
body {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
}

.wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand {
  text-align: center;
  user-select: none;
}

h1 {
  margin: 0;
  font-weight: 100;
  letter-spacing: 0.02em;
  font-size: clamp(42px, 6vw, 96px);
  line-height: 1.05;
}

.sub {
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}