/*
Theme Name:        The Spec'd
Theme URI:         https://www.thespecd.com/
Author:            Hyphn Media
Author URI:        https://www.thespecd.com/
Description:       A premium editorial theme for The Spec'd — technology at full spec. Features a full-bleed hero carousel with glassmorphism treatments, a responsive magazine grid for top stories, and dedicated treatments for mobile / tablet / iPad portrait / iPad landscape / desktop. Ships with custom fonts (PolySans Bulky, Google Sans, JetBrains Mono) and editorial micro-interactions.
Version:           1.5.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:       thespecd
Tags:              editorial, news, magazine, blog, dark-mode, custom-colors, custom-logo, custom-menu, featured-images, responsive-layout, threaded-comments, translation-ready
*/

/*
 * The actual design stylesheet lives in assets/css/spec.css and is enqueued
 * by functions.php. This file is required by WordPress for the theme
 * header and for minor admin-bar / body adjustments only.
 */

/* Kill the default top gap the WP admin bar leaves above a dark site so the
 * hero full-bleed image reaches the very top. */
html {
  background: #0a0a0a;
}
body.admin-bar .sdp-bg {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .sdp-bg {
    top: 46px;
  }
}
