@font-face {
    font-family: 'Font-Medium';
    src: url("../fonts/Helvetica-Neue-65-Medium.woff") format("woff"),
         url("../fonts/Helvetica-Neue-65-Medium.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font-Regular';
    src: url("../fonts/Helvetica-Neue-roman.woff") format("woff"),
         url("../fonts/Helvetica-Neue-roman.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

.button {
    background-color: #FFCC2B ;
    color: #007EA0;
}

ul {
    color: #FFCC2B;
}

