{% set page_title = page_title|default('title.home'|t) ~ " | " ~ siteName %}
{% hook 'seo' %} {% set user_agent = craft.app.request.userAgent %} {% set is_mobile = user_agent matches '/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i' %} {% if 'Chrome-Lighthouse' in user_agent and is_mobile %} {% else %} {% set fontsHref = 'https://fonts.googleapis.com/css2?family=Manrope:wght@200;300&family=Playfair+Display:wght@400&display=swap' %} {% endif %} {# ----- AdOpt (consentimento de cookies) ----- #} {# ----- Google Analytics (GA4) — diferido via third-party-loader.js, tal como o AdOpt ----- #} {% if header and header.favicon.one() %} {% endif %} {% import 'macros.twig' as macros %}