/*
 Theme Name: Anything Minimal (GeneratePress)
 Description: GeneratePress child theme with Manrope font, lowercase style, subtle accent glows and lines.
 Author: Andre + ChatGPT
 Version: 1.3.0
 Template: generatepress
*/
body {
  font-family: "Manrope", sans-serif;
  background:#0b0b0b;
  color:#f2f2f2;
  line-height:1.65;
}
h1,h2,h3,h4,h5,h6,.main-navigation a {text-transform:lowercase;}
a {color:#f2f2f2;text-decoration:none;}
a:hover {text-decoration:underline;}
.site-header {border-bottom:1px solid #2a2a2a;}
.site-footer {border-top:1px solid #2a2a2a;color:#a8a8a8;font-size:14px;}
