#card-element {
    -webkit-appearance: none;
    background: #fcfcfc;
    border: 1px solid #ececec;
    padding: 0.46428571em;
    border-radius: 6px;
    height: 2.4em;
    font-size: inherit;
    line-height: inherit;
}

@font-face {
    font-family: Gilroy;
    src: url("/fonts/gilroy.otf") format("opentype");
}

.color-gold {
    color: gold;
}