/*
Theme Name: Ismira
Theme URI: https://ismira-odessa.com.ua
Author: OpenAI
Description: WordPress wrapper theme for the Ismira Vite/React project.
Version: 1.0.0
Text Domain: ismira
*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #111827;
  background: #ffffff;
}

#root {
  min-height: 100vh;
}
