/* src/assets/css/tailwind.css*/

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Basier Circle", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

/* // Base Styles -------------------------- */

html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Basier Circle", sans-serif;
  letter-spacing: 0.025em;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  html body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

html body {
  max-width: 70ch;
  margin-inline: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.65;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-attachment: fixed;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h1 {
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Argesta Display", serif;
  line-height: 1.3;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h2 {
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h4 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5 {
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6 {
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

a {
  text-decoration-line: underline;
  padding: 0.125rem;
  text-underline-offset: 2px;
  text-decoration-color: #B795FF;
}

a:hover,
    a:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(183 149 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
  text-decoration-color: #B795FF;
}

a:active, 
    .active {
  --tw-text-opacity: 1;
  color: rgb(115 49 255 / var(--tw-text-opacity));
  text-decoration-color: transparent;
}

ol {
  list-style-type: decimal;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

hr {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 18 / var(--tw-border-opacity));
  border-top-width: 4px;
  max-width: 65ch;
}

code {
  font-family: Roboto Mono, monospace;
  letter-spacing: 0.025em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(183 149 255 / var(--tw-border-opacity));
  font-size: 0.9em;
}

strong {
  font-weight: 600;
}

article {
  display: inline-block;
}

.text-highlight {
  font-weight: 500;
  background-image: linear-gradient(#d5c1ff, #cdb5fe);
  background-repeat: no-repeat;
  background-position: 0 0.65em;
  background-size: 100% 0.3em;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* // Other Global Styles --- */

.h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.h1 {
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Argesta Display", serif;
  line-height: 1.3;
}

.h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.h2 {
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.h4 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.m-0 {
  margin: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.min-h-\[68vh\] {
  min-height: 68vh;
}

.w-1\/2 {
  width: 50%;
}

.w-28 {
  width: 7rem;
}

.w-full {
  width: 100%;
}

.max-w-\[55ch\] {
  max-width: 55ch;
}

.max-w-none {
  max-width: none;
}

.basis-full {
  flex-basis: 100%;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-primary-light {
  --tw-border-opacity: 1;
  border-color: rgb(183 149 255 / var(--tw-border-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.text-center {
  text-align: center;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* // Fonts -------------------------- */

/* Argesta Display regular */

@font-face {
  font-family: "Argesta Display";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("/assets/fonts/argesta/ArgestaDisplay-Regular.eot");

  /* IE9 Compat Modes */

  src: local(""), url("/assets/fonts/argesta/ArgestaDisplay-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/assets/fonts/argesta/ArgestaDisplay-Regular.woff2") format("woff2"),
        /* Super Modern Browsers */ url("/assets/fonts/argesta/ArgestaDisplay-Regular.woff") format("woff"),
        /* Modern Browsers */ url("/assets/fonts/argesta/ArgestaDisplay-Regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("/assets/fonts/argesta/ArgestaDisplay-Regular.svg#ArgestaDisplay") format("svg");

  /* Legacy iOS */
}

/* Basir circle regular*/

@font-face {
  font-family: "Basier Circle";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("/assets/fonts/basier/regular/BasierCircle-Regular.eot");

  /* IE9 Compat Modes */

  src: local(""), url("/assets/fonts/basier/regular/BasierCircle-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/assets/fonts/basier/regular/BasierCircle-Regular.woff2") format("woff2"),
        /* Super Modern Browsers */ url("/assets/fonts/basier/regular/BasierCircle-Regular.woff") format("woff"),
        /* Modern Browsers */ url("/assets/fonts/basier/regular/BasierCircle-Regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("/assets/fonts/basier/regular/BasierCircle-Regular.svg#BasierCircle") format("svg");

  /* Legacy iOS */
}

/* Basir circle medium*/

@font-face {
  font-family: "Basier Circle";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("/assets/fonts/basier/medium/BasierCircle-Medium.eot");

  /* IE9 Compat Modes */

  src: local(""), url("/assets/fonts/basier/medium/BasierCircle-Medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/assets/fonts/basier/medium/BasierCircle-Medium.woff2") format("woff2"),
        /* Super Modern Browsers */ url("/assets/fonts/basier/medium/BasierCircle-Medium.woff") format("woff"),
        /* Modern Browsers */ url("/assets/fonts/basier/medium/BasierCircle-Medium.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("/assets/fonts/basier/medium/BasierCircle-Medium.svg#BasierCircle") format("svg");

  /* Legacy iOS */
}

/* Basir circle semibold*/

@font-face {
  font-family: "Basier Circle";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("/assets/fonts/basier/semibold/BasierCircle-SemiBold.eot");

  /* IE9 Compat Modes */

  src: local(""), url("/assets/fonts/basier/semibold/BasierCircle-SemiBold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/assets/fonts/basier/semibold/BasierCircle-SemiBold.woff2") format("woff2"),
        /* Super Modern Browsers */ url("/assets/fonts/basier/semibold/BasierCircle-SemiBold.woff") format("woff"),
        /* Modern Browsers */ url("/assets/fonts/basier/semibold/BasierCircle-SemiBold.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("/assets/fonts/basier/semibold/BasierCircle-SemiBold.svg#BasierCircle") format("svg");

  /* Legacy iOS */
}

/* Basir circle bold*/

@font-face {
  font-family: "Basier Circle";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("/assets/fonts/basier/bold/BasierCircle-Bold.eot");

  /* IE9 Compat Modes */

  src: local(""), url("/assets/fonts/basier/bold/BasierCircle-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("/assets/fonts/basier/bold/BasierCircle-Bold.woff2") format("woff2"),
        /* Super Modern Browsers */ url("/assets/fonts/basier/bold/BasierCircle-Bold.woff") format("woff"),
        /* Modern Browsers */ url("/assets/fonts/basier/bold/BasierCircle-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("/assets/fonts/basier/bold/BasierCircle-Bold.svg#BasierCircle") format("svg");

  /* Legacy iOS */
}

/* // Code theme -------------------------- */

code[class*="language-"],
pre[class*="language-"] {
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  color: #4c585d;
  background: #fafafa;
  font-family: Roboto Mono, monospace;
  line-height: 1.5em;
  border: none;
  font-size: 1.1rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

code[class*="language-"]::-moz-selection,
pre[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::-moz-selection {
  background: #cceae7;
  color: #263238;
}

code[class*="language-"]::-moz-selection, pre[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"] ::-moz-selection {
  background: #cceae7;
  color: #263238;
}

code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
  background: #cceae7;
  color: #263238;
}

:not(pre) > code[class*="language-"] {
  white-space: normal;
  border-radius: 0.2em;
  padding: 0.1em;
}

pre[class*="language-"] {
  overflow: auto;
  position: relative;
  margin: 1em 0 1em 0;
  padding: 1.25em 1em;
}

.language-css > code,
.language-sass > code,
.language-scss > code {
  color: #f76d47;
}

[class*="language-"] .namespace {
  opacity: 0.7;
}

.token.atrule {
  color: #7c4dff;
}

.token.attr-name {
  /* color: #39adb5; */
  color: #1f8081;
}

.token.attr-value {
  /* color: #f6a434; */
  color: #667b24;
}

.token.attribute {
  color: #f6a434;
}

.token.boolean {
  color: #7c4dff;
}

.token.builtin {
  color: #1f8081;
}

.token.cdata {
  color: #1f8081;
}

.token.char {
  color: #1f8081;
}

.token.class {
  color: #1f8081;
}

.token.class-name {
  color: #6182b8;
}

.token.comment {
  color: #aabfc9;
}

.token.constant {
  color: #7c4dff;
}

.token.deleted {
  color: #e53935;
}

.token.doctype {
  color: #aabfc9;
}

.token.entity {
  color: #e53935;
}

.token.function {
  color: #7c4dff;
}

.token.hexcode {
  color: #f76d47;
}

.token.id {
  color: #7c4dff;
  font-weight: bold;
}

.token.important {
  color: #7c4dff;
  font-weight: bold;
}

.token.inserted {
  color: #1f8081;
}

.token.keyword {
  color: #7c4dff;
}

.token.number {
  color: #f76d47;
}

.token.operator {
  color: #1f8081;
}

.token.prolog {
  color: #aabfc9;
}

.token.property {
  color: #1f8081;
}

.token.pseudo-class {
  color: #f6a434;
}

.token.pseudo-element {
  color: #f6a434;
}

.token.punctuation {
  color: #1f8081;
}

.token.regex {
  color: #6182b8;
}

.token.selector {
  color: #e53935;
}

.token.string {
  color: #f6a434;
}

.token.symbol {
  color: #7c4dff;
}

.token.tag {
  /* color: #e53935; */
  color: #5719D9;
}

.token.unit {
  color: #f76d47;
}

.token.url {
  color: #e53935;
}

.token.variable {
  color: #e53935;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:decoration-dark:hover {
  text-decoration-color: #121212;
}

.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:text-left {
    text-align: left;
  }
}