/* Custom CSS for YOOtheme Child Theme */

/* ==========================================================================
   Register Circular Std Custom Font (Single Weight: Medium)
   ========================================================================== */

/* Regular / Book weight mapping */
@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium weight mapping */
@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
