
/*
Theme Name: rsh
Theme URI: https://hg80.studio/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hg80.studio
Tags:

*/
:root{
   --bg: #D0D1CD;
   --col: #161616;
}

html,
body{
  background: var(--bg);
  color:  var(--col);
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body *{
   color: #161616;
   font-family: 'hg-des';
}
@font-face {
  font-family: 'hg-des';
  src: url('/wp-content/themes/rsh/hg-fonts/GeistMono-Regular.ttf') format('truetype'),
       url('/wp-content/themes/rsh/hg-fonts/GeistMono-Regular.woff') format('woff'),
       url('/wp-content/themes/rsh/hg-fonts/GeistMono-Regular.woff2') format('woff2');
       font-weight: 100;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'hg-tit';
  src: url('/wp-content/themes/rsh/hg-fonts/GeistMono-Bold.ttf') format('truetype'),
       url('/wp-content/themes/rsh/hg-fonts/GeistMono-Bold.woff') format('woff'),
       url('/wp-content/themes/rsh/hg-fonts/GeistMono-Bold.woff2') format('woff2');
       font-weight: 100;
       font-display: swap;
       font-style: normal;
}



body h1{
	font-family: 'hg-des';
}
body h1,
body h2,
body h3,
body h4,
body h5{
	font-weight: normal;
  font-family: 'hg-tit';
}

html,
body{
	margin: 0;
	padding: 0;
  background-color: var(--bg);

}
body * {
	margin: 0;
}
 body a:focus,  body input:focus,  body textarea:focus, body  button:focus{
 	outline: 0px;
 }
h1{
	margin-top: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body *{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: unset;
}
body *:hover, *:focus{
  outline: unset;
}
body {
  line-height: 1;
}
p, span{
  line-height: 1.2;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
body table:not( .has-background ) tbody tr:nth-child(2n) td, body fieldset, body fieldset legend,
body table:not( .has-background ) tbody td,
body table tbody td,
body table tbody td{
  background-color: transparent;
}
body table {
  border-collapse: collapse;
  background-color: transparent;
}
header,
footer{
    background: transparent;
}
body *{
  font-size: 1em;
}
body{
    font-family: 'hg-des';
    line-height: normal;
    font-weight: normal;
    overflow-x: hidden;
    font-size: 12px;
}
body label,
body h1, body h2, body h3, body h4, body h5, 
body a,body p, body span {
    color: #161616;
}
*:hover, *:focus{
    outline: unset;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: unset;
}
body a{
    text-decoration: unset;
}