---
// Import the global.css file here so that it is included on
// all pages through the use of the component.
import "../styles/global.css";
import "../styles/links/normalize.css";
import "../styles/terminal-css/main.css";
//import "../styles/terminal-css/base16-lunar-witch.css";
const { title, description } = Astro.props;
---