/**
 * Skylith Child - AZ Legal Solutions Custom Styles
 * 
 * This file contains custom CSS overrides and additions
 * for the AZ Legal Solutions website.
 */

/* ==========================================================================
   Typography Overrides
   ========================================================================== */

/* Override parent theme heading font-weights to match theme.json settings */
h1, .h1 {
    font-weight: 400;
    line-height: 0.9;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.125;
}

/* Paragraph line-height */
p {
    line-height: 1.5;
}

/* Typography Overrides */
b, strong {
    font-weight: 700;
}

/* ==========================================================================
   Custom Styles
   ========================================================================== */

/* Add your custom styles below */

.nk-main {
	background-color: #ffffff;
}

p {
	color: #000000;
}

.entry-content {
	color: #000000;
}