/*
Theme Name: 2EM Plant Love
Theme URI: https://lab.ertanyildirim.com/
Description: Child theme for Twenty Twenty-Five for the 2EM Plant Love research group
Author: 2EM Plant Love
Template: twentytwentyfive
Version: 1.0.0
Text Domain: 2em-plant-love
*/

@import url('../twentytwentyfive/style.css');

:root {
  --em-ink: #0B1B17;
  --em-leaf: #2C8C5F;
  --em-moss: #5AA382;
  --em-cloud: #F5F7F6;
  --em-sand: #E8EFEA;
}

body {
  color: var(--em-ink);
  background: var(--em-cloud);
  font-family: system-ui, Inter, sans-serif;
}

:focus {
  outline: 2px solid var(--em-leaf);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
