/* @import must always be at the top of your publish.css file */
@import url('https: //fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet');

body {
  --font-monospace-theme: 'Ubuntu Mono';
}

.theme-dark {
  --background-primary: #1e2129;
  --background-secondary: #220070;
  --link-external-color: #ff764d;
}

.theme-light {
  --background-primary: #ECE4FF;
  --background-secondary: #D9C9FF;
  --link-external-color: #ff764d;
}
