@font-face {
    font-family: 'Euclid Circular';
    src: url('https://happymami.com/wp-content/uploads/2024/04/Euclid-Circular-B-Regular-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Circular SemiBold';
    src: url('https://happymami.com/wp-content/uploads/2024/04/Euclid-Circular-B-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#happyregalo {
    width: 100%;
}
    #happyregalo * {
        font-family: "Euclid Circular B", Sans-serif;
    }

#happyregalo .code-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#happyregalo .code-container #happymami_code {
    border-radius: 30px 0 0 30px;
    padding: .5rem;
    font-weight: normal;
    color: #707070;
    text-align: center;
    border: 0;
}

#happyregalo .code-container button {
    background-color: #F5B09C;
    color: #FFF;
    border-radius: 0 30px 30px 0;
    padding: .5rem 1.5rem;
    font-weight: bold;
    border: 0;
    z-index: 9999;
}

@media screen and (max-width: 1200px) {
    #happyregalo {
        width: auto;
        margin: 0 1rem;
    }
    #happyregalo .code-container button {
        padding: .5rem .5rem;
    }
}