/*
Theme Name: Astra Child
Template: astra
*/

/* =========================================
   1. Astra Global Reset (黒背景化・スタイル打ち消し)
   ========================================= */
body, .ast-container, .site-content {
    background-color: #000000 !important; /* 全ページ黒背景 */
    color: #ffffff !important;
}

/* 見出しのリセット & カスタム設定 */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    margin: 0;
}

/* ★追加された設定 */
h1 {
    font-weight: 600 !important;
}

/* リンク色のリセット */
a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #00c6ff;
}

/* テーブルのリセット */
table, th, td {
    border: none !important;
    background: transparent !important;
}

/* Astra標準ヘッダー・フッターを消す */
.site-header, .site-footer {
    display: none !important;
}