/*
Theme Name: attakbeerweb
Theme URI: https://dhakaict.com/themes/blc/
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=Anek+Bangla:wght@100..800&display=swap");

.anekbangla {
  font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

:root {
  --primary-color: #110d04;
  --background-gradient: linear-gradient(135deg, #fffefd, #f5f2f0, #fffbfb);
  /* --background-gradient: linear-gradient(135deg, #0b0704, #1a1208, #0d0a07); */
  --section-gradient: radial-gradient(circle at top, #2a1b0c 0%, #0d0a07 60%);
  --card-gradient: linear-gradient(145deg, #15100a, #0b0704);
  --button-gradient: linear-gradient(135deg, #c7a45a, #e6c27a);
  --button-hover-gradient: linear-gradient(135deg, #e6c27a, #ffd98e);
}
body {
  font-family: "Anek Bangla", sans-serif !important;
  background: var(--background-gradient) !important;
  color: var(--primary-color) !important;
  font-weight: 600;
}
/* Header Css */
.siteMenus {
  background: #f3f1f0;
}
/* Header Css */

/* Inner Page Css */
.inner_page_header {
  background: radial-gradient(circle at top, #2a1b0c 0%, #0d0a07 60%);
  border: 3px solid #0d0a07;
}
ul#menu-headermenu li a {
  text-decoration: none;
  font-weight: 600;
  color: #8c0052;
}
/* Inner Page Css */
