/*
 Theme Name: MJ Astra Child
 Description: Child theme for Astra for MJ site.
 Author: MJ
 Template: astra
 Text Domain: mj-astra-child
*/

@charset "UTF-8";

/* Global tweaks go below this line */

/* Example: smooth typography */
body {
    letter-spacing: 0.01em;
}

h3 {
    font-size: 60px;
}

/* Example utility classes you can use in Elementor */
.section-narrow {
    max-width: 960px;
    margin-inline: auto;
}

.btn-primary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

/* adjust colors later to match your PDF */
.btn-primary {
    background: #111827;
    color: #ffffff;
}
.btn-primary:hover {
    filter: brightness(1.1);
}

/* .nav-button-wrapper {
    cursor: pointer
}

.nav-button a {
    width: 100%
} */

/* Force Astra 404 page to use Body Text color */
.ast-404-layout-1 a {
  color: inherit;
  text-decoration: underline;
}