:root {
    --vh: 1vh;
}

* {
    font-family: 'Lato', sans-serif;
}

ul {
    margin: 0;
}

body {
    background: var(--surface-b);
}

.full-height{
    height: calc(var(--vh, 1vh) * 100);
}

.p-button-icon.fal {
    font-size: 1.5rem;
}