/*
Theme Name: Unique Wooden Products LTD
Version: 1.0.0
Requires at least: 6.5.4
Tested up to: 6.5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uniquewoodenproductsltd
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


*:where(a) {
    cursor: pointer;
}