/*
Theme Name: Kourani
Theme URI: https://example.com/kourani
Author: Kourani
Author URI: https://example.com
Description: A custom WordPress theme named Kourani.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: kourani
*/

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  background: #ffffff;
}
