/*
Theme Name: Ärendehanteringssystem
Theme URI: https://example.com/arende-hantering
Author: Your Name
Author URI: https://example.com
Description: Minimal boilerplate WordPress theme with sane defaults.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arende-hantering
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

/* Reset/normalize light touch */
*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; color: #222; background: #fff; }

a { color: #0b62d6; text-decoration: none; }
a:hover { text-decoration: underline; }

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

.container { width: 100%; max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px; }

.site-header, .site-footer { padding: 16px 0; background: #f7f7f7; }

.site-main { padding: 24px 0; }

.screen-reader-text { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }


