.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.shadow-level-1 {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
}

.shadow-level-2 {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f7fafc;
    color: #181c1e;
}

h1, h2, h3, h4, h5, h6, .font-headline {
    font-family: 'Montserrat', sans-serif;
}

