<!-- Google Fonts for premium typography -->
<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@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<!-- Open Graph / Social Meta Tags -->
<meta property="og:title" content="gRPC-GraphQL Gateway Documentation">
<meta property="og:description" content="A high-performance Rust gateway that bridges gRPC services to GraphQL with full Apollo Federation v2 support">
<meta property="og:type" content="website">
<meta property="og:image" content="https://protocol-lattice.github.io/grpc_graphql_gateway/og-image.png">
<!-- Additional Meta -->
<meta name="keywords" content="gRPC, GraphQL, Rust, Gateway, Federation, Apollo, API, Microservices">
<meta name="author" content="Protocol Lattice">