@property --font-weight {
  syntax: '<integer> | auto';
  initial-value: 400;
  inherits: true;
}

@property --font-slant {
  syntax: '<integer> | auto';
  initial-value: 0;
  inherits: true;
}

@property --font-opsz {
  syntax: '<integer> | auto';
  initial-value: 25;
  inherits: true;
}

@utility font-weight-* {
  --font-weight: --value([integer]);
  font-weight: var(--font-weight);
}
