/*
Theme Name: Ajbi Elegant v2
Theme URI: https://ajbi.se/
Author: Ajbi
Author URI: https://ajbi.se/
Description: Minimal, modern, and highly readable WordPress block theme for article publishing (v2 footer/header polish).
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ajbi-elegant-v2
Tags: blog, one-column, block-styles, full-site-editing, wide-blocks, editor-style
*/

:root{
  --ae-radius: 14px;
}

a { text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }

/* Subtle separators (avoid the "heavy lines" look) */
hr.wp-block-separator {
  opacity: .22;
}

pre, code, kbd, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
pre {
  overflow:auto;
  padding: 1.05rem;
  border-radius: var(--ae-radius);
}

blockquote {
  padding-left: 1rem;
  border-left: 4px solid currentColor;
  opacity: 0.95;
}

table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid rgba(0,0,0,.12); padding: .6rem .7rem; vertical-align: top; }
