/*
Theme Name: UnderWorks
Theme URI: https://underworksart.com/
Author: Sandra Martinez Dominguez
Author URI: theweewebstudio.co.uk
Description: UnderWorks Aberdeen — Urban Art & Music Destination
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: UnderWorks
Tags: 
*/



html {
  scroll-behavior: smooth;
}

/* Social Links Block Customisation */
a,
.wp-block-social-links a {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.wp-block-social-links .wp-block-social-link:hover {
  color: #f7c32e !important;

}

/* Button effects */
.wp-block-button__link {
  transition: box-shadow 0.3s ease, transform 0.1s ease;
}

.wp-block-button__link:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}
.wp-block-button__link:active {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}

