/*
Theme Name: Daily Dough
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A custom WordPress theme for Daily Dough built with Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dailydough
*/

body {
    font-family: 'Inter', sans-serif;
    color: #2a2a2a;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #343434;
    letter-spacing: -1px;
}
a {
    color: #F58720;
}

.logo-image {
    height: 110px;
}

.dd-button {
    background-color: #F58720 !important;
    color: #ffffff;
}

.dd-button:hover {
    color: #ffffff;
}

.nav a {
    padding: 0px 10px;
    color: #2a2a2a !important;
    text-decoration: none;
    font-weight: 600 !important;
}

.nav a:hover {
    color: #F58720 !important;
}

.bg-primary {
    background-color: #F58720 !important;
}

.card-image {
    border: none;
    background-position: center;
    background-size: cover;
}

.card-image img {
    border-radius: 15px 15px 0px 0px;
}

.card-content {
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #dbdbdb;
}