/*
Theme Name: tothepm
Theme URI: https://dhakaict.com/themes/
Author: the Dhaka ICT team
Author URI: https://dhakaict.com/
Description: Ensuring a high, accessible color contrast for your visitors.
Tags: blog
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarkarpervez
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


.source-sans-3 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap');

.tiro-bangla-regular {
  font-family: "Tiro Bangla", serif;
  font-weight: 400;
  font-style: normal;
}

.tiro-bangla-regular-italic {
  font-family: "Tiro Bangla", serif;
  font-weight: 400;
  font-style: italic;
}


@font-face {
    font-family: 'Kalpurush ANSI';
    src: url('fonts/KalpurushANSI.woff2') format('woff2'),
        url('fonts/KalpurushANSI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
	margin:0;
	font-family: "Tiro Bangla", serif !important;
}
img {
	width: 100%;
}

nav.main-navigation {
    background-color: #f1eef3ba;
    /* padding: 10px 0px; */
    box-shadow: 1px 0px 3px 1px #e9dfdf;
}
ul#menu-mainmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
}
ul#menu-mainmenu li a {
	color: #4e4c4c;
	text-decoration: none;
	font-family: "Source Sans 3", sans-serif;
	    display: block;
    padding: 10px;
}
ul#menu-mainmenu li a:hover {
    color: #ffffff;
    background-color: #414042;
}
/*

.topbar{
	background:#111;
	color:#fff;
	padding:8px 0;
	font-size:14px;
}

.topbar a{
	color:#fff;
}

.main-header{
	padding:20px 0;
	border-bottom:1px solid #eee;
}

.site-logo img{
	max-height:70px;
	width:auto;
}

.menu-list{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding:0;
	margin:0;
}

.menu-list li{
	position:relative;
}

.menu-list a{
	display:block;
	padding:15px 0;
	color:#111;
	font-weight:600;
	text-decoration:none;
}

.menu-list a:hover{
	color:#c00;
}

.submenu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	min-width:200px;
	box-shadow:0 5px 20px rgba(0,0,0,.1);
	list-style:none;
	padding:10px 0;
	z-index:999;
}

.menu-item:hover .submenu{
	display:block;
}

.submenu a{
	padding:10px 15px;
}

.search-form{
	display:inline-flex;
	gap:10px;
}

.search-field{
	padding:8px 10px;
	border:1px solid #ddd;
}
.post-title{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.post-meta{
	color:#777;
	font-size:14px;
}

.post-content{
	font-size:18px;
	line-height:1.9;
}

.post-content img{
	max-width:100%;
	height:auto;
}

.post-tags a{
	background:#f2f2f2;
	padding:5px 10px;
	margin-right:5px;
	border-radius:3px;
	display:inline-block;
}

.related-posts h6{
	font-size:16px;
	line-height:1.5;
}

.sidebar-widget{
	padding:20px;
	background:#fafafa;
	border:1px solid #eee;
}

.news-card{
    border:1px solid #eee;
    padding:15px;
    height:100%;
    background:#fff;
}

.news-title{
    font-size:20px;
    line-height:1.5;
}

.news-title a{
    color:#111;
    text-decoration:none;
}

.news-title a:hover{
    color:#c00;
}

.category-header{
    border-bottom:2px solid #c00;
    margin-bottom:30px;
    padding-bottom:10px;
} */

