/*
Theme Name: MiMaGA - test
Theme URI: https://example.com/mimaga
Author: MiMaGA
Description: Custom theme for MiMaGA beauty and podology salon.
Version: 1.0
Text Domain: mimaga
*/

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

body {
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: 'Noto Serif', serif;
}

.editorial-asymmetry {
  transform: translateY(20%);
}

.editorial-spacing {
  letter-spacing: -0.02em;
}

.editorial-shadow {
  box-shadow: 0 40px 80px -20px rgba(56, 56, 49, 0.04);
}

.editorial-title {
  font-family: 'Noto Serif', serif;
}

.form-input-focus:focus {
  box-shadow: 0 0 0 2px rgba(103, 93, 80, 0.1);
  border-color: #675d50;
}
