/*
Theme Name: sogoods.net
Theme URI: https://sogoods.net
Author: SO / AI
Description: A minimalist, grid-based React theme for sogoods.net. Icons and descriptions are back.
Version: 2.3.0
License: GNU General Public License v2 or later
*/

/* WordPress標準のユーティリティ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 枠線を完全に排除するためのリセット */
* {
    border-color: transparent !important;
}

header, footer, .border-b, .border-t {
    border-color: rgba(0,0,0,0.03) !important;
}

/* 記事本文のタイポグラフィ */
.prose p {
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.prose img {
    border-radius: 0;
    box-shadow: 0 40px 100px -30px rgba(0,0,0,0.15);
    margin: 4rem auto;
}

/* スクロールバー */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #fcfcfc;
}
::-webkit-scrollbar-thumb {
    background: #ddd;
}
