/*
Theme Name:  HanumanGames
Author:      Solj
Author URI:  https://github.com/soljdev
Description: Шаблон сайта HanumanGames.
Version:     1.15
Text Domain: vue-hanumangames
*/


/* Base Styles
------------------------------------- */

html {
  /* font-size: 62.5%; */
}
  
body {
  margin: 0;
  
  
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,Cantarell, "Helvetica Neue", sans-serif;
  color: #444;
  background-color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  /* min-height: 100vh; */
  overflow: hidden;
}

h1 {
  
}

h2 {
  
}

h3 {
  
}
