/*
Theme Name:  Giappham Blank
Description: Minimal blank theme for Elementor — no header, no footer, no styling.
Version:     1.0.0
Author:      giappham
License:     GPL-2.0+
Text Domain: blank-canvas
*/

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #1f2937;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
}

p, a, span, li, td, th, input, textarea, select, button {
    font-family: 'Be Vietnam Pro', sans-serif;
}

img { max-width: 100%; height: auto; display: block; }
