/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 01:20:31 */
/* 1) Load Allura for the tagline */
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

/* 2) Tagline → Allura (covers classic + block selectors) */
.site-description,
.wp-block-site-tagline,
h3.wp-block-heading.has-roboto-flex-font-family {
  font-family: 'The Nautigal', cursive !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-size: 2.4rem !important;   /* adjust to taste */
  color: inherit;                  /* keep current color */
}

/* Optional: smaller on mobile */
@media (max-width: 600px) {
  .site-description,
  .wp-block-site-tagline,
  h3.wp-block-heading.has-roboto-flex-font-family {
    font-size: 1.8rem !important;
  }
}

/* 3) REMOVE UNDERLINE from SITE TITLE (non‑standard selector safe)
   We target the home link in the header by URL, in case your theme
   doesn't use .site-title/.wp-block-site-title classes. */
header a[href="https://simonedominique.co/"],
header a[href^="https://simonedominique.co"],
.site-header a[href^="https://simonedominique.co"],
.site-branding a[href^="https://simonedominique.co"],
/* also match relative "/" just in case */
header a[href="/"],
.site-branding a[href="/"] {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  border-bottom: 0 !important;      /* some themes fake underline with border */
  box-shadow: none !important;       /* some themes use shadow as underline */
}

/* ensure hover/focus/visited don't bring it back */
header a[href^="https://simonedominique.co"]:hover,
header a[href^="https://simonedominique.co"]:focus,
header a[href^="https://simonedominique.co"]:visited,
header a[href="/"]:hover,
header a[href="/"]:focus,
header a[href="/"]:visited {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
