/*
 Theme Name: LDN London
 Theme URI: https://andanotherday.com/
 Author: And Another Day
 Author URI: https://andanotherday.com/
 Description: LDN London theme.
 Version: 1.0.0
 Text Domain: ldn
*/
/* Add theme styles below this line */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

html:has(:popover-open) {
  overflow-y: hidden;
  scrollbar-gutter: stable;
}

.wp-site-blocks {
  display: grid;
  grid: auto 1fr auto / auto;
  min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));

  & > * {
    margin-block: 0;
    min-width: 0;
  }
}

:root :where(.wp-block-embed) {
  overflow: clip;
}

:where(h1, h2, h3, h4, h5, h6) {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.material-symbols-rounded {
  &.is-filled {
    font-variation-settings: "FILL" 1;
  }
}
