/*
Theme Name: DJ Luxury Wash
Theme URI: https://djluxurywash.com
Author: DJ Luxury Wash
Description: Tema para mobile car wash en Chía y alrededores
Version: 1.0
Text Domain: djluxurywash
*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Manrope', sans-serif;
  background: #0a0a0c;
  color: #f8fafc;
  margin: 0;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.djlw-page-wrap {
  min-height: 100vh;
}