html, body { background: @background; color: @on-background; font-size: @font-size-default; font-weight: @font-weight-default; font-family: "Nunito", sans-serif; width: 100%; height: 100%; } img { &.rounded { border-radius: @radius-half; } }