/**
 * Theme Name: New Dawn Pro
 * Theme URI: https://newdawndigital.net
 * Author: The Rev. Dr. Rick G. Williams
 * Author URI: https://newdawndigital.net
 * Description: A refined, elegant, and responsive WordPress theme designed for ministry, writing, teaching, and media-rich content. Built with readability, clarity, and visual beauty in mind.
 * Version: 3.1.1
 * License: Proprietary – All Rights Reserved
 * License URI: https://newdawndigital.net/license
 * © 2025 The Rev. Dr. Rick G. Williams
 * Text Domain: new-dawn-pro
 * Domain Path: /languages
 */

/* --------------------------------------------------------------
   Base Typography
-------------------------------------------------------------- */

body {
    font-family: "Lora", "Lato", serif;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
}

/* Headings – Lora for elegance */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", serif;
    font-weight: 700;
    margin-top: 0;
    color: #111;
}

/* Navigation – Lato for clarity */
nav, .main-navigation ul li a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

/* Site Title & Tagline */
.site-title {
    font-family: "Lora", serif;
    font-weight: 700;
}

.site-description {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

/* Forms */
input,
textarea,
select {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

/* Blockquotes */
blockquote {
    font-family: "Lora", serif;
    font-style: italic;
    border-left: 4px solid #ccc;
    margin-left: 0;
    padding-left: 1.2em;
}

/* Footer */
.site-footer {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #eee;
}

/* --------------------------------------------------------------
 * END OF FILE: style.css
 * New Dawn Pro – Rise Edition v3.1.1
 * URL: https://newdawndigital.net
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * ALL RIGHTS RESERVED
 * EOF
 */
