{# ============================================================================
move.gl | Head Partial
============================================================================
Common

<head> elements for all pages
    ============================================================================ #}

    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="description"
        content="{{ description | default('Motion and Animation Library — CSS animations, transitions, keyframes, and interactive motion effects.') }}" />
    <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
    <meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
    <title>{{ title | default('move.gl') }}</title>

    <!-- Library CSS -->
    <link rel="stylesheet" href="/css/move.gl.css" />
    <!-- Documentation CSS -->
    <link rel="stylesheet" href="/css/move.gl.docs.css" />

    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link
        href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
        rel="stylesheet">
