/*
Theme Name: Tackle From Japan Child
Template: twentytwentyfive
Description: Child theme for tacklefromjapan.com. Customize safely here; parent theme updates won't overwrite changes.
Version: 0.1.0
Author: Tackle From Japan
Text Domain: tacklefromjapan-child
*/

/* ---- Site custom styles below ---- */

/* Example: make glossary tables easier to scan */
.wp-block-table table {
    font-size: 0.95rem;
}
.wp-block-table th {
    background: #1f3864;
    color: #fff;
}
.wp-block-table tr:nth-child(even) td {
    background: #f2f6fc;
}
