/*
Theme Name: Cell Recruit
Theme URI: https://recruit.cell-inc.co.jp
Description: 株式会社セル 採用サイト専用子テーマ（Twenty Twenty-Five ベース）。配色・タイポは theme.json で制御。
Author: 株式会社セル
Author URI: https://cell-inc.co.jp
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cell-recruit
*/

/* 子テーマ独自の追加CSS（最小限・基本は theme.json で制御） */

/* リンクの下線を出さず色だけで示す */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* 見出しの和欧混植調整 */
:root {
  font-feature-settings: "palt";
}

/* 数字セクションの英文タイポ用 */
.is-style-number-mono {
  font-family: var(--wp--preset--font-family--dm-mono);
  font-feature-settings: "tnum";
}
