/*
Theme Name: FOSS Network
Theme URI: https://foss.network
Author: Daniel Klier
Author URI: https://foss.network
Description: Official theme for FOSS.Network - Verein für Freie und Open Source Software e.V. Built with Gantry5 framework for cross-platform compatibility (WordPress & GRAV).
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: foss-network
Tags: gantry5, foss, open-source, nonprofit

FOSS Network Theme
Copyright (C) Daniel Klier

This theme is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
*/

/* Base styles - will be extended with Gantry5 */
:root {
    --foss-primary: #2ecc71;
    --foss-secondary: #27ae60;
    --foss-dark: #1a1a2e;
    --foss-light: #f8f9fa;
    --foss-accent: #3498db;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.foss-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
