/*
Theme Name: Our Agency Child
Template: our-agency
Version: 1.0
Description: Child theme for Our Agency
Author: Your Name
Author URI: https://your-website.com
*/

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

/* Add your custom styles below this line */

body {
  background-color: red !important;
}