/*
Theme Name:   Bæsj & Bling
Template:     astra
Version:      1.0
Author:       BFS
Description:  Custom WooCommerce child theme for Bæsj & Bling
Text Domain:  baesjogbling
*/

/* --- Grunnfarger og stil --- */
body {
  background-color: #0d0b0a;
  color: #f6e7c3;
  font-family: "Poppins", sans-serif;
}

a {
  color: #e6b84c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
