/*
Theme Name: Doctor Search BD Theme
Theme URI: https://doctorsearchbd.com/
Author: Atiqur Rahman
Author URI: https://doctorsearchbd.com/
Description: A custom theme for the Doctor Search BD website, designed to list and manage doctor profiles.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, doctors, directory
Text Domain: doctorsearchbd
*/

/* Add any custom CSS styles for your theme below this line */
body {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f0f7ff; /* This is the new light blue background color */
}

.flex-grow {
    flex-grow: 1;
}