:root {
  --primary: #ffd23f;
  --secondary: #ee4266;
  --text: #f3fcf0;
  --bg: #540d6e;
  --dark: #1f271b;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.bricolage {
  font-family: "Bricolage Grotesque", sans-serif;
}

.times-roman {
  font-family: "Times New Roman", Times, serif;
}
