﻿.btn-cdr {
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
}

.btn-cdr-primary {
    /* Button */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    width: 240px;
    height: 64px;
    color: #F5F5F0;
    background: #A08B64;
    border: 1px solid #A08B64;
    border-radius: 4px;
}


.cdr-text {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.04em;
}