
    *, *::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-btn-outline:hover { background: #fbf2e4 !important; }
    .ua-navlink { transition: color .15s ease; }
    .ua-navlink:hover { color: #f48f28; }
    .ua-mod:hover { border-color: #e0c9ac !important; background:#fffdfa !important; }
    image-slot { display: block; }
    details > summary { list-style: none; cursor: pointer; }
    details > summary::-webkit-details-marker { display: none; }
    details[open] .ua-chev { transform: rotate(180deg); }
  