/*
Theme Name:   Cerouno Child
Template:     hello-elementor
Version:      1.0.0
Description:  Child theme para Cerouno — productora técnica de audio, video e iluminación, Colonia del Sacramento.
Author:       BuzIT / Andrés Herrera
Text Domain:  cerouno-child
*/

/* ─── Fuentes propias ─── */

@font-face {
  font-family: 'AauxPro-Poster';
  src: url('fonts/AauxPro-Poster.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Andale Mono';
  src: url('fonts/Andale-Mono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VCR OSD Mono';
  src: url('fonts/VCR_OSD_MONO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ─── Base body ─── */

body {
  background-color: #3c3c3b;
  color: #ffffff;
  font-family: 'Andale Mono', 'Courier New', monospace;
}

/* ─── Elementor container helpers ─── */

.elementor-section-wrap,
.e-con-inner {
  box-sizing: border-box;
}

/* Ensure custom_css .selector centering works at all breakpoints */
@media (max-width: 767px) {
  .e-con[style*="max-width: 1100px"] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
