body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1,
h2,
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.main-container {
    min-height: 100vh;
}

.custom-navbar-container {
    max-width: 266px;
    margin: 0 auto;
}

.card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.alejo-brand {
    font-family: 'Space Mono';
    font-weight: 600;
}

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

.navbar {
    left: 0;
    top: 0;
    width: 100%;
}

b,
strong {
    font-weight: 600;
}