/*
 Theme Name: xe3svjp
 Template: twentytwentyfive
 Version: 1.0.0
 Description: Child theme cho Twenty Twenty-Five
 Author: nhienvjp
*/
@font-face {
  font-family: 'Roboto Slab';
  src: url('/wp-content/themes/xe3svjp/assets/fonts/RobotoSlab-VariableFont_wght.woff2') format('woff2-variations');
  font-weight: 100 900; /* variable font từ 100 → 900 */
  font-style: normal;
  font-display: swap;
}

{
  "version": 2,
  "settings": {
    "layout": { "contentSize": "1200px", "wideSize": "1400px" },
    "typography": { "fluid": true }
  },
  "styles": {
    "blocks": {
      "core/post-title": { "typography": { "fontSize": "32px" } }
    }
  }
}

/* Nếu là Group block */
.sale {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 cột bằng nhau */
  gap: 20px; /* khoảng cách giữa 2 cột */
}
