
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900&display=swap');

.edit-post-visual-editor, body:not(.wp-admin), body.page, body.post, content{
font-weight: 400; font-size: 20px; font-style: normal; line-height: 1.87; color: #000; text-decoration: none; text-transform: none; }
/*links*/
a{
}
a:hover,
a:focus,
a:active{
}

/*headers*/
h1{
font-weight: 800; font-size: 40px; font-style: normal; color: #0a0a0a; text-transform: none; }
h2{
font-weight: 700; font-size: 36px; font-style: normal; color: #000; text-transform: none; }
h3{
font-weight: 700; font-size: 30px; font-style: normal; color: #000; text-transform: none; }
h4{
font-weight: 700; font-size: 26px; font-style: normal; color: #000; text-transform: none; }
h5{
font-weight: 700; font-size: 20px; font-style: normal; color: #000; text-transform: none; }
h6{
font-weight: 400; font-size: 18px; font-style: normal; color: #000; text-transform: none; }


/* Button Styling */
.btn,
a.btn,
.button,
a.button{
background-color: ;color: ;text-decoration: none;}
.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus,
.button:hover,
a.button:hover,
.button:focus,
a.button:focus{
background-color: ;color: ;}
