/*
 Theme Name: PPT 2026
 Theme URI: https://pasteleriaparatodos.com/
 Template: oceanwp
 Author: Javi Collado
 Author URI: https://notionvan.com/
 Description: Rediseño 2026 de Pastelería Para Todos. Branding azul pastel, funnel TOFU/MOFU/BOFU, copy I.B.
 Version: 1.0
 Updated: 2026-04-08
*/

/* === PPT 2026 Brand Tokens === */
:root {
  --ppt-primary: #A2C2D0;
  --ppt-light: #E1F2FC;
  --ppt-accent: #4F6867;
  --ppt-cream: #EFE9E4;
  --ppt-dark: #1B1C39;
  --ppt-white: #FFFFFF;
  --ppt-text: #1B1C39;
  --ppt-text-light: #6B6B6B;
  --ppt-cta-hover: #3D5554;
  --ppt-radius: 8px;
  --ppt-transition: 0.3s ease;
}
/* === Arbotek Light — Display Font === */
@font-face {
  font-family: 'Arbotek';
  src: url('fonts/arbotek-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}