/*
 Theme Name:   Neve Child — Queer & Allies Craft Club
 Theme URI:    https://queeralliescraftclub.no
 Description:  Child theme for Queer & Allies Craft Club
 Author:       Queer & Allies Craft Club
 Template:     neve
 Version:      1.0.0
 Text Domain:  neve-child
*/

/*
  All global styles go here.
  Page-specific styles live inline in each page template.
  Use op- prefix on all custom class names.
*/

/* ============ GLOBAL RESETS ============ */

/* Remove Neve's default page hero / title banner */
.nv-page-title-wrap { display: none !important; }

/* Remove default WordPress page padding */
.neve-main { padding-top: 0 !important; }
.single-page-container { padding: 0 !important; }

/* ============ GLOBAL TYPOGRAPHY BASELINE ============ */
body {
  font-family: 'Instrument Sans', sans-serif;
  background: #F2EBDD;
  color: #141414;
}
