
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
:root {
    --hue: 207;
    --sat: 90%;
    --lig: 61%;
    --background-primary: #fff;
    --foreground-primary: hsl(218, 23%, 23%);
    --foreground-secondary: hsl(216, 15%, 52%);
    --primary: rgba(135,100,255,.9);
    --secondary: #9da0f9;
    --tertiary:#222;
    --action-primary: hsl(214, 32%, 91%);
    --action-secondary: hsl(210, 38%, 95%);
    --title-color: hsl(var(--hue), 12%, 15%);
    --text-color: hsl(var(--hue), 12%, 45%);
    --text-color-light: hsl(var(--hue), 8%, 75%);
    --text-color-lighten: hsl(var(--hue), 8%, 92%);
    --body-color: hsl(var(--hue), 100%, 99%);
    --color-tip:#fff;
    --spacing-unit: 8px;
    --space8: 8px;
    --space12: 12px;
    --space16: 16px;
    --space20: 20px;
    --space24: 24px;
    --space32: 32px;
    --space40: 40px;
    --outline: #ddd; /* Example color */
    --accent-font: 'Arial', sans-serif; /* Example font */
    --light-base: #F9F9F9;
    --dark-base: #151618;
    --shade100: #EFEFEF;
    --shade200: #E8E8E8;
    --shade300: #CFD1D6;
    --shade400: #A1A3AA;
    --shade500: #858892;
    --shade600: #60646F;
    --shade700: #2E3036;
    --shade800: #1D1F22;
    --accent: #C0F27F;
    --spacing-unit: 4px;
    --space8: calc(2 * var(--spacing-unit));
    --space12: calc(3 * var(--spacing-unit));
    --space16: calc(4 * var(--spacing-unit));
    --space20: calc(5 * var(--spacing-unit));
    --space24: calc(6 * var(--spacing-unit));
    --space32: calc(8 * var(--spacing-unit));
    --space40: calc(10 * var(--spacing-unit));
    --space48: calc(12 * var(--spacing-unit));
    --space64: calc(16 * var(--spacing-unit));
    --space72: calc(18 * var(--spacing-unit));
    --space80: calc(20 * var(--spacing-unit));
    --type12: calc(3 * var(--spacing-unit));
    --type14: calc(3.5 * var(--spacing-unit));
    --type16: calc(4 * var(--spacing-unit));
}


body {
    font-family:'Poppins', sans-serif;
    font-size: var(--normal-font-size);
    background-color: var(--body-color);
    color: var(--text-color);
    transition: .3s;
}


.Layout__Main-sc-2o81lq-3 {
    font-family:'Poppins', sans-serif !important;
    padding: var(--space20);
}

.Layout__Content-sc-2o81lq-4 {

    max-width: 800px;
    margin: 0 auto;
}

.Layout__Header-sc-2o81lq-0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--outline);
    padding-bottom: var(--space12);
}

.Layout__Nav-sc-2o81lq-1 {
    display: flex;
    gap: var(--space8);
}

.Nav__StyledLink-sc-kff8qh-0 {
    text-decoration: none;
    color: var(--text);
}

.Nav__StyledLink-sc-kff8qh-0:hover {
    text-decoration: underline;
}

.Layout__Info-sc-2o81lq-2 button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary);
    font-family: var(--accent-font);
}

/* Section Styles */
.now__Section-sc-1ga3zi2-0 {
    margin-bottom: var(--space24);
}

.now__Content-sc-1ga3zi2-1 {
    color: var(--text);
}

.now__Content-sc-1ga3zi2-1 p {
    margin: 0;
}

.now__Content-sc-1ga3zi2-1 a {
    color: var(--primary);
}

.now__Content-sc-1ga3zi2-1 a:hover {
    text-decoration: underline;
}

/* Checkbox Styles */
.Checkbox__CheckboxContainer-sc-1mcxo49-0 {
    display: flex;
    align-items: center;
    margin-bottom: var(--space12);
}

.Checkbox__CheckboxIcon-sc-1mcxo49-1 {
    background-color: var(--background-card);
    font-size: var(--space12);
    padding: 5px;
    border-radius: var(--spacing-unit);
    margin-right: var(--space8);
}

.Checkbox__CheckboxIcon-sc-1mcxo49-1.checked svg path {
    stroke: var(--greytext);
}

.Checkbox__CheckboxIcon-sc-1mcxo49-1.unchecked svg path {
    stroke: var(--background-card);
}

.Checkbox__CheckboxText-sc-1mcxo49-2 {
    color: var(--text);
}

.Checkbox__CheckboxText-sc-1mcxo49-2.checked {
    color: var(--greytext);
    text-decoration: line-through;
}

/* Card Styles */
.Card__CardContainer-sc-9wbqsc-0 {
    margin-top: var(--space24);
}

.Card__CardContainer-sc-9wbqsc-0 a {
    color: var(--primary);
    text-decoration: none;
}

.Card__CardContainer-sc-9wbqsc-0 a:hover {
    text-decoration: underline;
}


/* Footer Styles */
.Footer-sc-19f9lfg-0 {
    border-top: 1px solid var(--outline);
    padding-top: var(--space16);
    margin-top: var(--space32);
}

.Clock__Time-sc-h68lkx-0 {
    font-family: var(--accent-font);
    color: var(--greytext);
    margin-bottom: var(--space12);
}

.Footer__Container-sc-19f9lfg-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Footer__Links-sc-19f9lfg-2 a {
    color: var(--primary);
    text-decoration: none;
}

.Footer__Links-sc-19f9lfg-2 a:hover {
    text-decoration: underline;
}


.spotify {
    align-items: center;
    justify-content: center;
  }
  
  /* Add your CSS styles here */
  .track-details {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
  }
  
  /* Apply animation to a music note icon */
  .music-icon {
    font-size: 24px;
    animation: musicAnimation 4s infinite linear;
  }
  
  /* Center align the loading message */
  .loading {
    margin-top: 10px;
    color: rgba(135, 100, 255, .9) !important
  }
  