@charset "UTF-8";
/*
Theme Name: XTS Commodities
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
-webkit-font-smoothing: antialiased;
font-smooth:antialiased;
background-color:#231025;
}

p{
margin-top:0;
}

a{
color:rgba(255, 255, 255, 1);
text-decoration:none;
transition:all 0.2s;
}

a:hover{
color:rgba(255, 255, 255, 0.5);
}

.contentlink{
cursor:pointer;
}

.elementor-button-icon{
transform:scale(0.7);
}

.elementor-widget-theme-post-content a{
color:#1C85C7;
text-decoration:none !important;
}