:root {
  /* Overriding the FreshCart theme's primary color variables with our Lokalshop brand color */

  /* This sets the main hex color for things like text and solid backgrounds */
  --fc-primary: #F57C00; 

  /* This sets the RGB version for things like box-shadows or transparent backgrounds */
  --fc-primary-rgb: 245, 124, 0; 
}