/*
Theme Name: Culture Entertainment Ad Exchange
Author: Your Name
Description: WordPress conversion of the CEN ADX one-page site.
Version: 1.0
*/

/* Paste ALL CSS from your <style> tag here */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  /* ... rest of your CSS variables and styles ... */
}