/*
Theme Name: Numen Designs
Theme URI: https://numendesigns.com/
Author: Numen Designs
Author URI: https://numendesigns.com/
Description: Custom WordPress theme for Numen Designs — a forward-thinking IT services company blending creativity with technology. Built to be extended with ACF in the future.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: numen-designs
Tags: custom-theme, coming-soon, full-site
*/

/* Base reset */
*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
    font-family: "helvetica-neue-lt-pro", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: var(--nd-ink, #0c110d);
    background: var(--nd-bg, #ffffff);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; height: auto; display: block; }
