/* Chi tiết tuyển dụng (single CPT tuyen-dung) — page tokens + imports */
/* LƯU Ý: @import PHẢI đứng đầu file (trước mọi rule khác). */

/* Shared components */
@import url('../../components/button/assets/styles.css');

/* Sections */
@import url('../section-job-detail/assets/styles.css');

/* compound/section-contact-info CSS đã được import bởi handle `tuyen-dung`
   (template-parts/tuyen-dung/assets/styles.css — load với is_singular('tuyen-dung')). */

:root {
    --tt-orange-accent: #fa6900; /* button fill (đo get_node_styles 2348:26231) */
    --tt-orange-600: #c14821;    /* button hover đậm */
    --tt-white: #ffffff;
    --tt-font: "Lexend Deca", sans-serif;
}
