@font-face {
    font-family: "SFUIDisplay";
    src: url("../fonts/SFUIDisplay-Regular.woff") format("woff");
    font-family: "SFUIText-Regular";
    src: url("../fonts/SFUIText-Regular.woff") format("woff");
}

body {
    padding: 0;
    margin: 0;
    font-family: "SFUIDisplay";
}

svg {
    fill: #edbb00;
}

.twoFirstRows {
    font-size: 21px;
    background-color: white;
    border-bottom: 1px solid rgba(212, 212, 212, 0.6);
    position: sticky;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*font-family: "SFUIText-Regular";
font-size: 19px;
font-weight: 600;*/

#secondRow {
    top: 45px;
}

.bold {
    font-weight: 600;
}

.yellow {
    color: #edbb00;
}

.gray {
    color: rgba(212, 212, 212, 0.6);
}

.gray-bottom-border {
    border-bottom: 1px solid rgba(212, 212, 212, 0.6);
}

.float-right {
    float: right;
}

#notes-body {
    font-family: "SFUIText-Regular";
    font-size: 15px;
    font-weight: 300;
    font-feature-settings: "ss07" on;
}

#notes-body img {
    padding: 2px;
    margin: 0;
    width: 24px;
    height: 24px;
}

.paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
}
