/*
Theme Name:        Around Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Around Multipurpose Busines Theme. A truly multipurpose WordPress Theme designed to facilitate the needs of businesses from different niches.
Requires at least: WordPress 5.0
Template:          around
Version:           1.0.9
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       around-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #737491;
  --gray-dark: #4a4b65;
  --primary: #766df4;
  --secondary: #f7f7fc;
  --success: #16c995;
  --info: #6a9bf4;
  --warning: #ffb15c;
  --danger: #f74f78;
  --light: #fff;
  --dark: #37384e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body {
  font-family: "Open Sans", sans-serif;
}
