/*
Theme Name: VPSSS R10 School Edition
Theme URI: https://vpsssr10.in/
Author: VPSSS R10
Author URI: https://vpsssr10.in/
Description: VPSSS R10 school website theme with the official campus hero and school emblem.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vpsss-r10
Tags: education, custom-logo, custom-menu, featured-images, accessibility-ready
*/

@import url("base/style.css");

/* Keep the round official emblem crisp and readable in the site header. */
.custom-logo {
  width: 68px;
  height: 68px;
  max-width: 68px;
  max-height: 68px;
  object-fit: contain;
}

@media (max-width: 520px) {
  .custom-logo {
    width: 54px;
    height: 54px;
  }
}

