/*
Theme Name: creditferma
Theme URI: https://example.com/creditferma
Author: Your Name or Company
Author URI: https://example.com
Description: WordPress theme for CreditFerna site based on existing static assets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creditferma
Tags: custom-theme, responsive, minimal
*/

/*
Note: The main styling is located in assets/css/style.css and is enqueued via functions.php.
This file primarily declares the theme and can contain small overrides if needed.
*/

/* Small default body style to avoid FOUC if assets fail to load */

.breadcrumb-nav {
    margin: 0 0 30px 0;
    font-size: 14px;
}

.breadcrumb-nav a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.breadcrumb-nav span {
    color: #ffffff;
    margin: 0 5px;
}