/*
Theme Name: Wyse Studio
Theme URI: https://wysestudio.com/
Author: Wyse Studio
Author URI: https://wysestudio.com/
Description: One-page portfolio theme built from the approved Wyse Studio React/Tailwind preview.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: wyse-studio
*/

html {
  scroll-behavior: smooth;
}

:root {
  --font-manrope: "Manrope", sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-manrope);
}

#wyse-studio-root {
  min-height: 100vh;
}

/* Keep the fixed site header below the WordPress toolbar for logged-in users. */
body.admin-bar #wyse-studio-root header.fixed {
  top: calc(1rem + 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar #wyse-studio-root header.fixed {
    top: calc(1rem + 46px);
  }
}
