/*
Theme Name: Bakery
Theme URI: https://example.com/bakery
Author: Your Name
Author URI: https://example.com
Description: A minimal pastel blue and orange WordPress theme with mock data support.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bakery
*/

body {
    font-family: Arial, sans-serif;
    padding: 2em;
    background-color: #f8f9fb;
    color: #333;
}

a {
    color: #ff7f50;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
