1module.exports = { 2 darkMode: "class", 3 theme: { 4 extend: { 5 fontFamily: { 6 "rockford-light": ["RockfordSansLight"], 7 }, 8 }, 9 }, 10};