/*
 Theme Name:   AlokaStudio Divi Child
 Theme URI:    https://alokastudio.co.in/
 Description:  Child theme for Divi used on AlokaStudio site.
 Author:       Your Name
 Author URI:   https://alokastudio.co.in/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  alokastudio-divi-child
*/

/* --------------------------
  Place custom CSS below this line
   - keep only what you actually need
   - mobile rules: prefer specificity and media queries
--------------------------- */

/* Example base customizations (edit to taste) */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

/* Example site accent color */
:root {
  --aloka-accent: #d29300;
}

/* Use accent for links and buttons */
a, .et_pb_button, .et_pb_promo_button {
  color: var(--aloka-accent);
}

/* Remove default Divi header shadow example */
#main-header {
  box-shadow: none;
}

/* Compact mobile H2 example (if you want) */
@media (max-width: 768px) {
  h2 {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
}
