/*
 * Theme Name: TGS Design
 * Theme URI: https://worldoface.com
 * Author: World of Ace
 * Author URI: https://worldoface.com
 * Description: A clean, fast FSE theme built for World of Ace and future TGS Design projects.
 * Version: 1.0.1
 * Requires at least: 6.4
 * Tested up to: 6.7
 * Requires PHP: 8.0
 * License: Private
 * Text Domain: tgs-design
 */

/* Base typography */
a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks :focus) {
    outline-style: solid;
    outline-width: 2px;
}

/* Navigation submenu spacing */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 3px;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    outline-offset: 4px;
}

.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    outline-offset: 0;
}

/* Text wrapping */
blockquote,
caption,
figcaption,
h1, h2, h3, h4, h5, h6,
p {
    text-wrap: pretty;
}

/* More link */
.more-link {
    display: block;
}

/* Pre overflow */
:where(pre) {
    overflow-x: auto;
}

/* Skip to content link */
.skip-link {
    position: absolute;
    top: -9999px;
    left: 1rem;
    z-index: 9999;
    padding: 0.75rem 1.5rem;
    background: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
}

.skip-link:focus {
    top: 0;
}
