/*
Theme Name: Vantage Child
Theme URI: https://siteorigin.com/theme/vantage/
Description: Child theme for the Vantage theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: vantage
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../vantage/style.css");

/* --- Add your custom CSS below this line --- */

/* Example custom CSS */
body {
  font-family: 'Open Sans', sans-serif;
}
