/*
Theme Name: Daily Jokhon Somoy
Theme URI: https://www.dailyjokhonsomoy.com
Author: Maher Ahamed
Author URI: https://www.dailyjokhonsomoy.com
Description: A professional, fast, secure and SEO optimized WordPress News Theme for Daily Jokhon Somoy.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daily-jokhon-somoy
Tags: news, newspaper, blog, magazine, responsive, seo, dark-mode
*/

/* =====================================================
   Daily Jokhon Somoy Theme
   Main Stylesheet
===================================================== */

/* Reset */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* Body */
body{
    font-family: "Hind Siliguri", sans-serif;
    background:#f8f9fa;
    color:#222;
    line-height:1.7;
}

/* Links */
a{
    color:#0066cc;
    text-decoration:none;
}

a:hover{
    color:#d60000;
}

/* Images */
img{
    max-width:100%;
    height:auto;
}

/* Container */
.container{
    width:1200px;
    max-width:95%;
    margin:auto;
}