@import url('https://fonts.googleapis.com/css2?family=SUSE+Mono:wght@800&display=swap');

body {
    font-family: 'SUSE Mono', sans-serif !important;
    font-size: 1.5rem !important; /* adjust to desired size */
}



/* Enlarge the square containers */
li.bookmark.grid a {
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force the icon to fill the parent square */
.bookmark-icon > * {
    transform: scale(1.8); /* 120% size */
    transform-origin: center;
}


/* Grid spacing */
.bookmark-list {
    gap: 2.5rem !important;
}
