﻿body, html {
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Regular.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Italic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-Bold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: BoonBaan;
    src: url(../fonts/BoonBaan-BoldItalic.woff2) format("woff2");
    font-weight: 800;
    font-style: italic;
}

* {
    font-family: 'BoonBaan', 'Inter' !important;
    /*font-size: 1rem;*/
}

.page-background-class {
    background-image: url(../images/background.jpg);
    position: relative;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

ul.validation-errors {
    margin: 0;
}

* {
    font-size: 1rem;
}
.mud-table-body .mud-table-cell {
    font-size: 17px !important;
    padding: .65rem 1rem !important;
}
.mud-nav-link-text {
    font-size: 0.875rem;
}
