@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');

body, html, :root {
    background-color: #f5f7fb;
    font-size: .9rem;
}

.bg-admin-menu {
    background-color: #c0392b;
}

/**
 * Fonts
 */

.rouge-script-regular {
    font-family: "Rouge Script", cursive;
    font-weight: 400;
    font-style: normal;
}

/**
 * Tables
 */

.table-horizontal th {
    width: 15%;
    white-space: nowrap;
}

.table-horizontal td {
    padding-left: 10px;
}

.min-with-no-wrap {
    width: 1%;
    white-space: nowrap;
}

/**
 * Animations
 */

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.blinking {
    animation: blink 0.5s infinite;
}
