/*
Theme Name: Raj and Raj Theme
Theme URI: https://rajandraj.co
Author: Raj and Raj
Description: Custom theme ported from Next.js layout.
Version: 1.0.0
Text Domain: rajandraj
*/

:root{
  --brand:#DD3333;
  --ink:#0f172a;
  --muted:#64748b;
}

body{
  background:#fff;
}

/* Basic fixes for WP editor output */
.wp-block-image img{height:auto;}

