@charset 'utf-8';
@import url("desktop.css");
@import url("device.css");
@import url("../fonts/OpenSans/OS.css");

* { margin:0px; padding:0px;}
ul{list-style:none;}
a{text-decoration:none;}
p{text-indent: 20px;padding:.2em;}

img {max-width: 100%;height: auto;width: auto\9;}
html{scroll-behavior: smooth;}
.style_hr {height: 12px;border: 0;box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.3);}
@font-face {
    font-family: OpenSans;
    src: local("OpenSans"), url(../fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf);
  }
body {
	background:white;
	height: auto !important;
	min-height: 100%;
	touch-action: manipulation;
	font-family: "Montserrat", serif;
	font-size:10pt;
}

body::-webkit-scrollbar{background-color:rgba(202,45,22,1);}
body::-webkit-scrollbar-thumb{background-color:#888;}


