@import url("fonts.css");

body {
    font-family: 'gliker-regular', sans-serif !important;
}

p {
    font-family: 'gliker-regularsemicondensed', sans-serif !important;
}

.gradient {
    background: linear-gradient(90deg, #95e5fe 0%, #0c445d 100%);
}