/*
Theme Name: Albanian Event
Theme URI: https://albanevent.test
Author: WanderWorld Gazette
Description: WordPress theme cloned from OpenTrack structure, adapted for Albanian Event.
Version: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: albanian-event
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  margin:0;
  font-family: 'Roboto', sans-serif;
  background:#fff;
  color:#333;
}

a { color:#0066cc; text-decoration:none; }
a:hover { text-decoration:underline; }

header, footer {
  background:#f7f7f7;
  padding:20px;
}

.container {
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
