/*
Theme Name: Bonton Theme
Theme URI: https://bonton.bypixelfield.com/
Author: Pixelfield
Description: Custom Royal Geometric Minimalist Bento-style Classic WordPress Theme for Bonton.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonton-theme
*/

/* Custom global styles loaded in addition to Tailwind CSS */
@import url('assets/css/styles.css');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;700&family=Plus+Jakarta+Sans:wght@700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

#detail-desc a {
    color: #b3c5ff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

#detail-desc a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#detail-desc p {
    margin-bottom: 0.75rem;
}

#detail-desc p:last-child {
    margin-bottom: 0;
}
