
    *, *::before, *::after { box-sizing: border-box; }
    body { margin: 0; }
    .ua-root { font-family: 'Poppins', system-ui, sans-serif; color: #191919; background: #ffffff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    .ua-serif { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }
    .ua-a { text-decoration: none; color: inherit; }
    .ua-btn-primary { transition: background .18s ease; }
    .ua-btn-primary:hover { background: #e07f18 !important; }
    .ua-navlink { transition: color .15s ease; }
    .ua-navlink:hover { color: #f48f28; }
    .ua-fac:hover { transform: translateY(-4px); box-shadow:0 16px 36px -24px rgba(65,45,34,.4); }
    .ua-fac { transition: transform .2s ease, box-shadow .2s ease; }
    image-slot { display: block; }
  