/*
Theme Name: Tapturelle Maison de Parfums
Theme URI: https://montreal-perfume.janasaad310.chatgpt.site
Author: Tapturelle
Description: The official WordPress theme for the Tapturelle Maison de Parfums signature fragrance collection. Designed to work with the Tapturelle Maison de Parfums plugin.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tapturelle
*/

:root {
  --tapturelle-paper: #fbfaf7;
  --tapturelle-ink: #30383d;
  --tapturelle-blue: #dceaf4;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--tapturelle-paper);
  color: var(--tapturelle-ink);
}

body {
  font-family: Manrope, Arial, sans-serif;
}

.tapturelle-standard-page {
  width: min(900px, calc(100% - 40px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 80px 0;
}

.tapturelle-standard-page h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1;
}

.tapturelle-setup {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 30px;
  text-align: center;
  background: linear-gradient(145deg, #f8f4eb, var(--tapturelle-blue));
}

.tapturelle-setup div {
  width: min(620px, 100%);
  padding: 60px;
  background: rgba(255, 255, 255, .88);
}

.tapturelle-setup h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: .12em;
}

.tapturelle-setup p {
  font-size: 18px;
  line-height: 1.7;
}
