/*
Theme Name:   Raytcho Memorial
Theme URI:    https://raytcholazarov.com
Author:       Built for the Lazarov family
Description:  The design of raytcholazarov.com as a WordPress theme — cream paper, gold rules, madder and forest green, PT Serif and Lora, and the БГ/EN toggle that carries the whole site in two languages. Pairs with the Raytcho Memories plugin.
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License:      GPL-2.0-or-later
Text Domain:  raytcho
*/

/* The system itself lives in assets/system.css and is lifted verbatim from
   the built static site, so the two versions cannot drift apart. This file
   holds only what WordPress adds: the shape of an editor-written page, and
   the pieces the static site had no need for. */

.entry{padding:56px 0}
.entry .wrap>h1{font-size:clamp(2rem,4.6vw,3rem);margin-bottom:22px}
.entry p{max-width:38em;color:var(--ink-soft)}
.entry h2{margin:38px 0 14px}
.entry h3{margin:28px 0 10px;font-size:1.2rem}
.entry ul,.entry ol{max-width:38em;color:var(--ink-soft)}
.entry img{max-width:100%;height:auto}
.entry blockquote{
  margin:26px 0;padding:2px 0 2px 22px;border-left:3px solid var(--gold);
  font-family:var(--display);font-style:italic;font-size:1.12rem;color:var(--ink);
}
.entry a{color:var(--madder)}

/* WordPress's own alignment classes, so the editor behaves */
.alignleft{float:left;margin:6px 24px 12px 0}
.alignright{float:right;margin:6px 0 12px 24px}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption-text,.wp-element-caption{
  font-family:var(--mono);font-size:11.5px;color:var(--moss-soft);margin-top:8px;
}
.screen-reader-text{
  position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);
}
.skip-link:focus{
  position:fixed;left:14px;top:14px;z-index:99;background:var(--card);
  padding:10px 16px;border:1px solid var(--frame);color:var(--ink);
}
