/*
 Theme Name:   Stolichka
 Theme URI:    https://example.com/stolichka
 Author:       Kostas UA
 Author URI:   https://x.com/твой_ник_если_хочешь
 Description:  Чистая минималистичная тема
 Version:      1.0.0
 Requires at least: 6.4
 Tested up to: 6.7
 Requires PHP: 8.1
 Text Domain:  stolichka
 Tags:         blog, minimal, one-column, custom-menu, custom-logo, editor-style
*/

/* ==========================================================================
   Modern CSS Reset 2025–2026
   ========================================================================== */
*::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  hyphens: auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}



/* ==========================================================================
   Minimal layout
   ========================================================================== */
.container {
  width: min(92%, 1200px);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

main {
  margin: 0;
}

header, footer {
  padding: 0;
}

/* базовые элементы */
button, [role="button"], a[href] {
  cursor: pointer;
}

:focus-visible {
  outline: 0px solid transparent;
  outline-offset: 0px;
}