/*
Theme Name: Loudcom Media
Theme URI: https://loudcommedia.com
Author: Loudcom Media
Description: Bespoke artist-first theme for Loudcom Media distribution and publishing.
Version: 1.1.1
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: loudcom-media
*/

:root {
  --font-display: "Barlow Condensed";
  --font-body: "Manrope";
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.admin-bar .siteNav {
  margin-top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .siteNav { margin-top: 46px; }
}
