/*
Theme Name: COHECONSA Premium
Theme URI: https://www.coheconsa.com
Author: COHECONSA
Author URI: https://www.coheconsa.com
Description: Premium WordPress Theme for Apps, Gaming, Digital Platform and SEO Landing Pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: coheconsa
*/

:root{
    --primary:#f5c542;
    --secondary:#00c2ff;
    --dark:#050505;
    --dark-2:#101010;
    --dark-3:#181818;
    --white:#ffffff;
    --gray:#b8b8b8;
    --border:#252525;
}

body{
    margin:0;
    padding:0;
}

.breadcrumbs{
padding:25px 0;
font-size:14px;
color:#999;
}

.breadcrumbs a{
color:var(--primary);
}

.single-post{
max-width:900px;
margin:auto;
padding:60px 0;
}

.single-post h1{
font-size:48px;
margin-bottom:25px;
}

.entry-content{
margin-top:30px;
}

.entry-content p{
margin-bottom:20px;
}