/*
Theme Name: Russo Entertainment
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Russo Entertainment project.
Version: 1.0.5
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  line-height: 1.5;
  background-color: var(--paper, oklch(0.985 0 0));
  color: var(--ink, oklch(0.08 0 0));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tmt-app {
  min-height: 100vh;
}

#tmt-app a,
#tmt-app button {
  text-decoration: none;
}

#tmt-app img {
  max-width: 100%;
  display: block;
}

/* Offset fixed header when WordPress admin bar is visible */
.admin-bar header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header.fixed {
    top: 46px;
  }
}
