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

.tap-highlight-transparent {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Manrope', sans-serif;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.metallic-gradient {
    background: linear-gradient(135deg, #A9AFB2 0%, #D1D5D7 50%, #A9AFB2 100%);
}

.steel-border {
    border-color: #D1D5D7;
}
