@charset "UTF-8";

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

.icon-filled {
    font-variation-settings: 'FILL' 1;
}

h1.text-gray-900 {
    color: 666;
}