﻿:root {
    font-family: Inter;
}

h1, h2, h3, h4, h5 {
    font-family: Cuprum;
}

html, body {
    margin: 0;
    height: 0;
    height: 100%;
    background-color: var(--background-color);
}

body {
    font-size: var(--font-size);
}

.text-right {
    text-align: right;
}

.swal2-shown .swal2-container {
    z-index: 0;
}