/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 15:28:42 */
/* --- Fonts --- */
/* Felipa */
@font-face {
    font-family: 'Felipa';
    src: url('/wp-content/themes/snow-monkey/fonts/Felipa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Murecho */
@font-face {
    font-family: 'Murecho';
    src: url('/wp-content/themes/snow-monkey/fonts/Murecho-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Murecho bold */
@font-face {
    font-family: 'Murecho';
    src: url('/wp-content/themes/snow-monkey/fonts/Murecho-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}
/* Yusei Magic */
@font-face {
    font-family: 'Yusei Magic';
    src: url('/wp-content/themes/snow-monkey/fonts/YuseiMagic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
.felipa {
    font-family: "Felipa", serif;
    font-weight: 400;
}
.murecho {
    font-family: "Murecho", sans-serif;
    font-weight: 900;
}
.murecho-500,
.full-width .murecho {
    font-family: "Murecho", sans-serif;
    font-weight: 500;
}
.yusei-magic {
    font-family: "Yusei Magic", sans-serif;
    font-weight: 600;
}