/*
	Theme Name: HSR
	Author: Sunflow Cloud
	Author URI: https://www.sunflow.cloud/
	Description: This theme was made especially for HSR Wheel.
	Version: 1.0
	Requires at least: 6.0
	Tested up to: 6.4
	Requires PHP: 7.3
	License: GNU General Public License v3 or later.
	License URI: LICENSE
	Text Domain: hsr
	Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor-support
*/

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

details {
    background-color: #ED1D26;
    padding: 10px;
    border-radius: 6px;
}

details summary {
    cursor: pointer;
    font-weight: bold;
}

details,
details summary,
details p,
details h1, details h2, details h3, details h4, details h5, details h6,
details em,
details strong {
  color: #fff !important;
}
