/*
Theme Name: Ash and Ink
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom one-page business theme by The Free Website Guys, tailored for printing and handmade accessories brands. It includes a hero, services grid, portfolio, pricing, testimonials, a video CTA, a contact form, and rich Customizer options for text, links, and colors.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; background: #0f0d11; color: #ebe8ee; }

/* Offset fixed site header when the WordPress admin bar is visible. */
body.admin-bar #tmt-app nav.fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app nav.fixed {
    top: 46px;
  }
}
