/*
Theme Name: Slapshot AI Child
Theme URI: http://example.com/slapshot-ai-child/
Description: Child theme for Slapshot AI
Author: Tanya Jain
Template: slapshot-ai
Version: 1.0.0
*/

/* =========================
   TYPOGRAPHY VARIABLES
========================= */
:root {
    --font-primary: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    --h1-size: 56px;
    --h1-line: 64px;

    --h2-size: 40px;
    --h2-line: 52px;

    --h3-size: 34px;
    --h3-line: 44px;

    --h4-size: 28px;
    --h4-line: 38px;

    --h5-size: 22px;
    --h5-line: 34px;

    --body-lg: 18px;
    --body-lg-line: 28px;

    --body-md: 16px;
    --body-md-line: 22px;
}

body {
    background: #0A0A0F;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}




