@font-face {
    font-family: 'IvyPrestoText';
    src: url("/static/fonts/IvyPresto Text Regular.otf") format("opentype");
}

@font-face {
    font-family: 'IvyPrestoHeadline';
    src: url("/static/fonts/IvyPresto Headline Regular.otf") format("opentype");
}

@font-face {
    font-family: 'IvyPrestoTextSemiBold';
    src: url("/static/fonts/IvyPresto Text SemiBold.otf") format("opentype");
}

@font-face {
    font-family: 'IvyPrestoTextLight';
    src: url("/static/fonts/IvyPresto Text Light.otf") format("opentype");
}

@font-face {
    font-family: 'IvyPrestoTextBold';
    src: url("/static/fonts/IvyPresto Text Bold.otf") format("opentype");
}

/* Card is 2.25in x 3.5in at 96dpi = 216x336px */
.card {
    width: 216px;
    height: 336px;
    position: relative;
    background: white;
    overflow: hidden;
}

/* CONTAINER FOR BROWSER PREVIEW (scaled up 1.5x for readability) */
.card-preview-scale {
    width: 324px;
    height: 504px;
    overflow: hidden;
}

/* FIELD POSITIONS */
.producer {
    position: absolute;
    top: 9.6px;
    left: 9.6px;
    width: 185px;
    height: 76.8px;
    font-size: 14pt;
    font-family: 'IvyPrestoText';
    line-height: 1.1;
    color: black;
}

.producer-name {
    display: block;
    font-weight: bold;
    font-style: normal;
}

.wine-name {
    display: block;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
}

.attr-row {
    position: absolute;
    left: 9.6px;
    width: 196px;
    font-size: 8.8pt;
    font-family: 'IvyPrestoText';
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    color: black;
}

.attr-label {
    display: inline-block;
    width: 48px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

.style-row  { top: 82.6px; }
.grapes-row { top: 97.9px; }
.region-row { top: 112.3px; }

.notes {
    position: absolute;
    top: 134.4px;
    left: 9.6px;
    width: 192px;
    height: 144px;
    font-size: 8pt;
    font-family: 'IvyPrestoText';
    line-height: 1.2;
    overflow: hidden;
    color: black;
}

.price {
    position: absolute;
    top: 294.72px;
    left: 6.72px;
    width: 38.4px;
    height: 28.8px;
    font-size: 20pt;
    font-family: 'IvyPrestoTextSemiBold';
    color: black;
}

.notes * {
    font-family: 'IvyPrestoText' !important;
    font-size: inherit !important;
}

.farming-icons {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.farming-icons img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
