@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.separator {
    height: 2px;
    background: #4F4F4F;
}

#app-page-invoices-react {
    margin: auto;
    max-width: 800px;
}

.form-new-invoice .btn-add-new-service{
    width: auto;
    background: #F5F5F5;
    color: #000;
}

