This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Caveat:wght@400;500&display=swap'); | |
| :root{--sh-gold:#b4953e;--sh-gold-hover:#9a7d33;--sh-black:#1a1a1a;--sh-beige:#f7f2ec;--sh-arcilla:#c4956a;--sh-piedra:#a8a99e;--sh-bosque:#3a4a3f;--sh-lino:#faf8f4;--sh-gray-light:#e8e4de;--sh-text:#333;--sh-text-light:#666} | |
| body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:300;color:var(--sh-text);background-color:var(--sh-lino)!important;-webkit-font-smoothing:antialiased;line-height:1.7} | |
| nav.navbar{background-color:var(--sh-lino)!important;border-bottom:1px solid var(--sh-gray-light);box-shadow:0 1px 8px rgba(0,0,0,.04)!important;padding:.8rem 1rem} | |
| nav.navbar .navbar-brand img.logo{max-height:48px} | |
| nav.navbar .nav-link{font-family:'Inter',sans-serif!important;font-weight:400;font-size:.85rem;letter-spacing:.04em;color:var(--sh-text)!important;transition:color .3s ease} | |
| nav.navbar .nav-link:h |