/*
Theme Name: NVS
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.
*/

/* body {
Primary Gradient (Recommended)
  background: linear-gradient(135deg, #0B0704 0%, #1A1208 45%, #0D0A07 100%);
}

Premium Gold Touch Gradient (Hero / Section)
.hero-section {
  background: radial-gradient(circle at top, #2A1B0C 0%, #0D0A07 60%);
}

Ultra Dark Elegant Gradient (Full Page)
background: linear-gradient(
  to bottom,
  #050302 0%,
  #0D0A07 40%,
  #1C1309 100%
);

Card / Box Gradient (Optional)
.card {
  background: linear-gradient(145deg, #15100A, #0B0704);
  border: 1px solid #C7A45A33;
}

Button Gradient (Luxury Feel)
.btn-gold {
  background: linear-gradient(135deg, #C7A45A, #E6C27A);
  color: #0D0A07;
  border: none;
}

.btn-gold:hover {
  background: linear-gradient(135deg, #E6C27A, #FFD98E);
}

Full Example (Drop-in)
body {
  min-height: 100vh;
  background: linear-gradient(135deg, #0B0704, #1A1208, #0D0A07);
  color: #D1B16A;
  font-family: 'Montserrat', sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(noise.png);
  opacity: 0.03;
  pointer-events: none;
}

*/

@font-face {
  font-family: "EB Garamond";
  src: url("fonts/EBGaramond-Regular.woff2") format("woff2"),
    url("fonts/EBGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("fonts/Georgia.woff2") format("woff2"),
    url("fonts/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kugile";
  src: url("fonts/Kugile.woff2") format("woff2"),
    url("fonts/Kugile.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Georgia" !important;
  /* font-family: "Montserrat", sans-serif !important; */
  /* background-color: #0d0a07 !important; */
  /* color: #e6c27a !important; */

  background: linear-gradient(135deg, #0b0704, #1a1208, #0d0a07) !important;
  color: #d1b16a !important;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: #0d0a07 !important;
  opacity: 0.03;
  pointer-events: none;
}
h1,
h2,
h3,
h4 {
  font-family: "Kugile";
  /* font-family: "Playfair Display", serif; */
}

/* Footer */
.bgclassfoot {
  background: linear-gradient(186deg, #110f0d 0%, #0e0e0d 45%, #080706 100%);
}
/* Footer */
