/*
 * styles.css — DocuPrint
 * Purpose: Google Fonts import only.
 * This file loads BEFORE the compiled SCSS (main.css) in <head>.
 * All layout/component styles live in src/scss/*.
 */

/* Google Fonts: Open Sans (body) + Hind (headings) */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
