/*
Theme Name: Red Studios Portfolio
Theme URI: https://redstudios.com
Author: AI Studio
Description: A high-end creative production portfolio theme with an Editorial Noir aesthetic.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, dark, minimal, creative, photography
*/

body {
    margin: 0;
    padding: 0;
}

.prose h1, .prose h2, .prose h3 {
  color: white;
}

.prose p {
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
}

.prose a {
  color: #C1121F;
}

.prose img {
  border-radius: 10px;
}