/*
Theme Name: proalbom-theme
Theme URI: https://proalbom.uz/proalbom-theme
Description: Интерактивный адаптивный WordPress шаблон для заказа выпускных фотоальбомов с поддержкой калькулятора цен и 3D-симулятора.
Author: ProAlbom Team
Author URI: https://proalbom.uz
Version: 1.0.0
License: GNU GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proalbom-theme
Tags: landing-page, custom-colors, custom-menu, post-formats, responsive-layout, portfolio
*/

/* Reset & Custom Styles */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow-x: hidden;
}

.wp-block-button__link {
  background-color: #a38235;
  color: #fff;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.wp-block-button__link:hover {
  background-color: #a38235dd;
  transform: translateY(-1px);
}
