/*
Theme Name: Münchner Liste Theme
Description: WordPress Theme für die Münchner Liste für Frieden & Gerechtigkeit
Version: 1.0
Author: Münchner Liste
*/

/* Import Tailwind CSS */
@import url('https://cdn.tailwindcss.com');

/* Custom styles */
body {
  font-family: 'Inter', sans-serif;
}

.text-pink {
  color: #E31270;
}

.bg-pink {
  background-color: #E31270;
}

.border-pink {
  border-color: #E31270;
}

/* Demand colors */
.text-demand-1 { color: #c61e55; }
.bg-demand-1 { background-color: #c61e55; }
.fill-demand-1 { fill: #c61e55; }

.text-demand-2 { color: #cc4e00; }
.bg-demand-2 { background-color: #cc4e00; }
.fill-demand-2 { fill: #cc4e00; }

.text-demand-3 { color: #ffd21f; }
.bg-demand-3 { background-color: #ffd21f; }
.fill-demand-3 { fill: #ffd21f; }

.text-demand-4 { color: #007a3f; }
.bg-demand-4 { background-color: #007a3f; }
.fill-demand-4 { fill: #007a3f; }

.text-demand-5 { color: #004aad; }
.bg-demand-5 { background-color: #004aad; }
.fill-demand-5 { fill: #004aad; }

/* Additional custom styles can be added here */