/*
Theme Name: Frias Gate Care
Theme URI: https://friasgate.co.uk/
Author: Frias Gate Care
Description: Custom WordPress theme converted from the Frias Gate Care static website. Includes dedicated templates for Home, About Us, Our Services, Our Approach, Careers, Contact, and Privacy & Complaints.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: frias-gate-care
*/

@import url("assets/css/style.css");

/* WordPress-specific helpers */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.current-menu-item > a, .current_page_item > a { color: var(--primary) !important; border-color: var(--accent) !important; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.notice-success { background:#e8f3ea; border:1px solid #2e7a4a; color:#1b4a2c; padding:14px 16px; border-radius:8px; margin-bottom:18px; }
.notice-error { background:#fff0f0; border:1px solid #b42318; color:#7a271a; padding:14px 16px; border-radius:8px; margin-bottom:18px; }
