/*
Theme Name: WABW Media Group Theme
Theme URI: https://www.wabwmediagroup.com
Author: Sean Yeaney, James Brennaman
Description: Bootstrap v.4 theme with setup for normal WABW items
Version: 0.0
Requires PHP: 8.3
Requires at least: 5.0
Text Domain: WABW Media Group WP Theme
Domain Path: /languages/
Tags: Custom Bootstrap WABW Theme
This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.
*/
body {
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  font-style: normal;
}
.container {
  max-width: 1500px;
}
