/*
 Theme Name: FootFetishNation Child
 Theme URI: https://footfetishnation.com
 Description: Child Theme for FootFetishNation
 Author: Cybercroft Media
 Author URI: https://cybercroft.com
 Template: Divi
 Version: 1.0
 Text Domain: ffn-child
*/
/* ==========================================
   Local Fonts
   ========================================== */

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../assets/fonts/poppins/Poppins-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
body {
    font-family: "Poppins", sans-serif;
}