/* Melrose Studios — Montserrat site-wide */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap");

:root {
  --dark: #2d2d2d;
  --light: #fca810;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --serif: var(--font);
  --sans: var(--font);
}

*,
*::before,
*::after,
html,
body,
h1, h2, h3, h4, h5, h6,
p, a, span, em, strong, i, b, small, label, li, td, th,
div, button, input, textarea, select, option {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-variation-settings: normal !important;
}

/* Shared logo */
.logo img,
.footer-brand img {
  width: auto;
  display: block;
  object-fit: contain;
}

.logo img {
  height: 55px;
  filter: drop-shadow(0 2px 12px rgba(252, 168, 16, 0.2));
}

.footer-brand img {
  height: 52px;
  max-width: 220px;
  margin-bottom: 20px;
}
