/*
Theme Name: ak-starter
Theme URI: https://aramyants.com/
Author: Aram Kamalyan
Author URI: https://aramyants.com
Description: Minimal, standards-friendly starter theme (classic) for custom development.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ak-starter
Tags: custom, starter, blank, minimal
*/

/* ---- Base ---- */
:root { color-scheme: light dark; }
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.5;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header, .site-footer {
  padding: 16px;
}

.site-main {
  padding: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.menu a { display: inline-block; padding: 6px 8px; }

.entry-title {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.2;
}

.entry-content > * { max-width: 70ch; }

.entry-content img { max-width: 100%; height: auto; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
