 {} *{} /*endBaseStyles*/ #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500&display=swap'); body { font-family: 'Inter', sans-serif; background-color: #FAFAFA; color: #333333; } h1, h2, h3 { font-family: 'Playfair Display', serif; } .link-hover { position: relative; text-decoration: none; color: #4A5568; transition: color 0.3s ease; } .link-hover::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 1px; bottom: 0; left: 0; background-color: #8C7A6B; transform-origin: bottom right; transition: transform 0.25s ease-out; } .link-hover:hover { color: #8C7A6B; } .link-hover:hover::after { transform: scaleX(1); transform-origin: bottom left; }
