/* This is just an example file: multiplication-of-large-numbers-calculator.css */

@font-face {
    font-family: 'WF Visual Sans';
    src: url('./font/WFVisualSansVF.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
/* multiplication_of_large_numbers_calculator.css */

/* Unique styling for Multiplication */

/* Highlight multiplication sign and related elements */
.mult-sign {
    color: blue;
    font-weight: bold;
}

/* Styling for partial product rows */
.partial-product-row td {
    padding: 4px;
}

/* 
  All common styles for step explanation (e.g., .step-explanation, .step-answer, 
  and .final-answer) should be defined in your common CSS file.
*/
