body {
    overflow: hidden;
    font-family: 'Karla', sans-serif;
    letter-spacing: -0.4px;
}

body * {
    outline: none;
}

.main {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.fs--1 {
    font-size: 0.75rem;
}

.text-justify {
	text-align: justify;
}

.text-right {
    text-align: right;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-y-auto {
    overflow-y: auto;
}

.jq-toast-wrap {
    width: 400px;
}