/*
Theme Name: Digital Deckhand
Theme URI: https://digitaldeckhand.com/
Author: Digital Deckhand
Author URI: https://digitaldeckhand.com/
Description: Bespoke block theme for the Digital Deckhand website and Digital Deckhand OS testing.
Version: 1.0.5
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: digital-deckhand
*/

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
}

:root { --font-manrope: "Manrope"; }
html { margin-top: 0 !important; }
body.admin-bar { padding-top: 32px; }
.wp-site-blocks, .wp-block-post-content { margin: 0; padding: 0; }
.wp-block-post-content > main { margin-block: 0; }
@media (max-width: 782px) { body.admin-bar { padding-top: 46px; } }

