/*
Theme Name: MKS Industrial Theme
Theme URI: https://mitrakaryasarana.com
Author: PT Mitra Karya Sarana
Author URI: https://mitrakaryasarana.com
Description: Custom WordPress theme for PT Mitra Karya Sarana with Gutenberg support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: mks-theme
*/

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}

:root {
  --color-navy: #0f172a;
  --color-deep-blue: #1e293b;
  --color-orange: #f97316;
  --color-cool-gray: #64748b;
  --color-steel-gray: #f1f5f9;
}

/* Gutenberg alignment */
.wp-block { max-width: 100%; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: none; }
