/*
Theme Name: Darpon News Child
Theme URI: https://razu.dev
Author: FoysalRazu
Author URI: https://www.facebook.com/foysal.razu
Description: Child theme for Darpon News - A professional Bengali news portal theme
Version: 2.1.7
License: GPL v2 or later
Text Domain: darponnews-child
Template: darponnews

*/

/* Import Parent Theme Styles */
@import url("../darponnews/style.css");

/* ============================================ */
/* CUSTOM STYLES FOR CHILD THEME */
/* ============================================ */

/* Example: Change Primary Color */
:root {
    --primary-color: #114f83;
    --primary-dark: #0d3d66;
}

/* Example: Custom Header Height */
.desktopHeaderDiv {
    padding: 15px 0;
}

/* Example: Custom Footer Background */
.np-footer {
    background: #0a0a0a;
}

/* Example: Custom Button Styles */
.read-more {
    background: #114f83;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 4px;
}

.read-more:hover {
    background: #0d3d66;
    color: #ffffff;
}

/* Example: Custom Font Sizes */
.title1 {
    font-size: 32px;
}

@media (max-width: 768px) {
    .title1 {
        font-size: 24px;
    }
}

/* Add your custom CSS below */