:root {
    --primary: #7aa354;
    --secondary: #464646;
}
@font-face {
    font-family: "Roboto Slab";
    src: url("fonts/RobotoSlab-Medium.ttf");
}
.product-name {
    font-family: "Roboto Slab";
    color: var(--secondary);
}

.bfkButton {
    font-family: "Roboto Slab";
}