/*
Theme Name: coursinai-learning-platform
Theme URI: https://coursin.ai/
Author: CoursinAI
Description: A playful, premium learning platform for practical AI education.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: coursinai
*/

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; }

img,
svg { max-width: 100%; }

button,
input,
select,
textarea { font: inherit; }
