@font-face {
    font-family: "Argesta";
    src:url("../fonts/argesta-regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src:url("../fonts/inter-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src:url("../fonts/Inter-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Inter";
}

.heading {
    font-family: "Inter";
}

.text-center {
    text-align: center !important;
}

/* second row of table needs to move to the right */
.fee-table tr td + td, th + th {
    text-align: right;
}

.pull-right {
    text-align: right;
}

.underline {
    text-decoration: underline !important;
}

.btn-round {
    border-radius: 10px;
}

.p-20 {
    width: 20%;
}

.borderless td, .borderless th {
    border: none;
}

hr {
    color: gray;
}

.small-text > p {
    font-size: .75rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

.underline {
    text-decoration: underline;
}

.small {
    font-size: .8rem;
}