/*
Theme Name: Resvios
Theme URI: https://resvios.com
Author: RESVIOS
Description: Premium cinematic SaaS theme built exclusively for the RESVIOS creator platform.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: resvios
*/

html,
body{
margin:0!important;
padding:0!important;
background:#000!important;
color:#fff!important;
overflow-x:hidden!important;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body{
min-height:100vh;
background:
radial-gradient(circle at top left, rgba(215,188,116,.08), transparent 35%),
#000!important;
}

header,
footer,
.site-header,
.site-footer,
.page-header,
.entry-header,
.wp-block-template-part,
.wp-block-post-title,
.entry-title{
display:none!important;
}

.site,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks,
main{
margin:0!important;
padding:0!important;
max-width:none!important;
width:100%!important;
background:transparent!important;
}

.resvios-theme-active{
width:100%!important;
min-height:100vh!important;
}

a{
text-decoration:none;
}

img{
max-width:100%;
height:auto;
display:block;
}
