/*
 Theme Name: Nibble Dev Kit (Child)
 Description: Private WordPress starter for Nibble Edge
 Author: Nibble Edge
 Version: 1.0.0
 Template: Divi
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: rgba(142, 142, 147, 1);
    line-height: 20px;
    font-weight: 400;
}
html {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: rgba(142, 142, 147, 1);
    line-height: 20px;
    font-weight: 400;
}