/*
Theme Name: Steam
Theme URI: 
Author: FCG Apps
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: steam
Tags:
*/

:root {
  --nav-breakpoint: 1100px;
}

@view-transition {
  navigation: auto;
}

.min-h-fill {
  min-height: calc(100vh - 72px - 62px);
}

.display-none {
  display: none !important;
}

body {
  overflow-x: hidden;
}

@media (max-width: 1100px) {
  .hide-on-mobile {
    display: none;
  }
}

.object-cover {
  width: 100%;
  height: 100%;
}

.object-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brightness-70 {
  filter: brightness(70%);
}

.relative {
  position: relative;
}

.opacity-60 {
  opacity: 0.6;
}

.col-start-2 {
  grid-column-start: 2;
}

.shrink-0 {
  flex-shrink: 0;
}

.fill-white {
  fill: #fff;
}
