/*
Theme Name: Besem Award
Theme URI: https://example.com
Author: Besem Award
Author URI: https://example.com
Description: Thème WordPress pour la plateforme de vote Besem Award.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: besem-award
Tags: one-column, custom-background, custom-logo, featured-images, responsive-layout
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background: #f8fafc;
    color: #111827;
}

a {
    color: #2563eb;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
