﻿/*@font-face {
    font-family: NagaFont;
    src: url('https://localhost:44389/fonts/Hahmlet-Thin.ttf');
}*/

body {
    display: flex;
    align-items: center;
    font-family: NagaFont;
}

.pointer{
    cursor: pointer;
}

#app-card {
    /*background-color: var(--main-card-color);*/
    background-color: white;
}

.produits-table > tbody > tr > td,
.produits-table > thead > tr > th {
    height: 60px;
}

.produits-table > tbody {
    /*max-width: 300px;*/
}


#box-prix {
    z-index: 2;
    position: fixed;
    right: 10px;
    top: 60px;
    cursor: pointer;
    margin:unset;
    padding: 10px;
    display: flex;
}


.box {
    font-weight: bold !important;
}
