/*
Theme Name: Listeo Child
Description: Child theme for Other Worldly Projects built on top of the Listeo WordPress theme. Contains custom styling and functionality required by the site build specification.
Author: Other Worldly Projects
Template: listeo
Version: 1.0
*/

/*
 * Import the parent theme stylesheet.  Without this the child theme
 * would not inherit any of the default Listeo styles.  Additional custom
 * styles for the site will live in assets/css/theme.css, which is loaded
 * separately from functions.php.  The design tokens defined there allow
 * quick reskinning by changing CSS variables.
 */
@import url("../listeo/style.css");