/*
Theme Name:   LOYO Child Theme
Theme URI:    https://loyo.co.nz/
Description:  Custom child theme of Astra for LOYO New Zealand — Phase 1 CMS foundation.
Author:       Kakadong Work Studio
Author URI:   https://www.kakadong.com.tw
Template:     astra
Version:      0.1.0
Text Domain:  loyo-child
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Tags:         astra, child-theme, travel
*/

/* ===========================================================================
   Stylesheet is intentionally near-empty — visual customisations live in
   Astra Customizer / Global Styles whenever possible. Only put CSS here when
   it cannot be expressed via Astra's settings (e.g. project-specific layout
   tweaks, BB row overrides, archive grid rules).
   =========================================================================== */

/* ---------------------------------------------------------------------------
   Neutralise Astra's global link hover/focus colour (midnightblue /
   --ast-global-color-1). The LOYO design uses Tailwind `hover:text-*`
   utilities (specificity 0,2,0) on every link that SHOULD change on hover;
   links that should keep their colour (logo, active nav item, etc.) have no
   hover utility and were falling through to Astra's `a:hover` blue (0,1,1).
   This rule ties Astra's specificity but loads later (style.css is enqueued
   after astra-theme-css), so it wins for those links — while the higher-
   specificity hover utilities still win where a colour change is intended.
   --------------------------------------------------------------------------- */
a:hover,
a:focus {
	color: inherit;
}
