/*
Theme Name: TOIAF VOD Theme
Theme URI: https://toiaf.com
Description: Custom OceanWP child theme for TOIAF Network VOD libraries, native player, and neon Netflix layout.
Author: TOIAF Network
Template: oceanwp
Version: 1.0.2
License: GPLv2 or later
Text Domain: toiaf-vod-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&family=Azeret+Mono:wght@300;500&family=Aldrich&display=swap');

:root {
  --pink: #ff00cc;
  --pink-2: #ff0088;
  --lime: #00ff66;
  --purple: #8e2bff;
  --blue: #2196f3;
  --yellow: #ffeb3b;
  --bg: #000000;
  --text: #ffffff;
  --muted: #cfcfcf;
}

body {
  background: radial-gradient(circle at top, #05001a 0, #000 55%);
  color: var(--text);
  font-family: 'Azeret Mono', monospace;
}
