/*
Theme Name: Booklio
Theme URI: https://booklio.gr/
Author: Booklio
Author URI: https://booklio.gr/
Description: Booklio — Από την ιδέα στο βιβλίο. Ελληνική πλατφόρμα αυτοέκδοσης, marketplace και διαδραστικών βιβλίων. Custom theme με design system σε καθαρό CSS (χωρίς build pipeline).
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: booklio
Tags: business, ecommerce, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready, rtl-language-support
*/

/* Reset / baseline — full design system lives in assets/css/booklio.css */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000028;
  background: #ffffff;
  line-height: 1.5;
}

img, svg, video, canvas, audio, iframe, embed, object { display: block; max-width: 100%; }
img, video { height: auto; }

button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

::selection { background: rgba(60, 6, 217, 0.15); color: #000028; }

*:focus-visible {
  outline: 2px solid #3c06d9;
  outline-offset: 2px;
  border-radius: 0.375rem;
}

/* WP admin bar offset for the fixed header */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
