/*
Theme Name: ZASTO OceanWP Child
Theme URI: https://zasto.my
Author: Suhaili Kasmat
Author URI: https://zasto.my
Description: Child theme for OceanWP tailored for ZASTO brand. Use this to safely add custom styles, functions, and template overrides.
Template: oceanwp
Version: 1.0.0
Text Domain: zasto-oceanwp-child
*/

/* =Theme Custom CSS
--------------------------------------------- */
:root{
  --zasto-primary: #0A84FF;   /* deep blue */
  --zasto-secondary: #8AC6FF; /* light blue */
  --zasto-accent: #00B894;    /* teal accent if needed */
  --zasto-dark: #0f172a;      /* slate 900 */
  --zasto-light: #f8fafc;     /* slate 50 */
}

body{
  color: var(--zasto-dark);
  background: var(--zasto-light);
}

a{ text-decoration: none; }
a:hover{ text-decoration: underline; }

/* Example header adjustments */
.site-title a{ color: var(--zasto-primary); }
.oceanwp-mobile-menu-icon a{ color: var(--zasto-primary); }

/* Buttons */
button, .button, .elementor-button{
  border-radius: 9999px;
}

/* Utility helpers */
.zasto-maxw { max-width: 1200px; margin-inline: auto; padding-inline: 1rem; }
*/
