/*
Theme Name: BnD Payments
Theme URI: https://bndpayments.com
Author: BnD Payments LLC
Description: Custom theme for BnD Payments website
Version: 1.0
*/

/* Base reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'DM Sans', sans-serif; }
