/*
Theme Name: Everyday Fashion Nook
Theme URI: https://thethemenook.com/free-themes/everyday-fashion/
Author: The Theme Nook
Author URI: https://thethemenook.com/
Description: Integrated marketing agency in Hong Kong
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 5.7
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: fashion-nook
Text Domain: everyday-fashion-nook
Tags: one-column, two-columns, three-columns, grid-layout, custom-colors, custom-menu, custom-logo, editor-style, featured-images, block-patterns, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, blog, e-commerce, full-site-editing
*/

body {
    -webkit-font-smoothing: antialiased;
}

/*
 * Link styles
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .2em;
}

/*
 * WooCommerce Product Titles
 */
.wc-block-product h2,
.wc-block-product h3 {
    font-family: var(--wp--preset--font-family--jost);
    font-size: var(--wp--preset--font-size--x-small) !important;
    font-weight: 400 !important;
}

/*
 * Button hover styles
 */
.wp-block-button__link:hover { 
	background-color: var(--wp--preset--color--theme-5); 
	color: var(--wp--preset--color--theme-1);
}

:root :where(.wp-element-button, .wp-block-button__link):hover {
	color: var(--wp--preset--color--theme-1);
}
