* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}

@font-face {
  font-family: 'Computer Modern Serif';
  src: url('/assets/fonts/cmunrm.ttf') format('truetype'), 
}

@font-face {
  font-family: 'Work Sans';
  src: url('/assets/fonts/WorkSans-VariableFont_wght.ttf') format('truetype'), 
}

body {
  font-family: "Work Sans";
  letter-spacing: -0.5px;
  background: #ffffff;
  color: #333;
    font-size: 14px;
    font-weight: 450;
      min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  text-align: center;
}
p{
  line-height: 130%;
}
.container {
  max-width: 424px;
  width: 424px;
  margin: 0 auto;
padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: column;
     flex: 1;               
  justify-content: space-between;
}

.quote-card {
  background: #F4F4F4;
  color: #000;
  padding: 16px;
  min-height: 424px;
  display: flex;
    background-color: #f8f6f1;
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.015) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.015) 1px,
      transparent 1px
    );
  background-size: 3px 3px;
  padding: 32px;
  
}
.quote-content{
  /* border: 1px solid #d5d5d5; */
    padding: 48px;
      display: flex;
     flex: 1;  
     flex-direction: column;
     justify-content: center;  
     font-family: 'Computer Modern Serif';
     color: #000;
      max-height: 392px; /* tune based on your design */
  overflow: hidden;
}

.quote-text {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: lowercase;
  letter-spacing: -0.2px;
}

.quote-author {
  font-size: 18px;
  text-transform: lowercase;
  letter-spacing: -0.2px;
}

.actions {
  display: flex;
  gap: 12px;
}

button {
  all: unset;
  background: #F4F4F4;
  font-weight: 500;
  padding: 4px 12px;
  cursor: pointer;
   border: 1px solid transparent; /* reserve space */
   border-radius: 6px;
  }

#copy-btn {
  /* text-align: left;
  padding: 6px 12px; */
}


  button.is-copied {
  background: transparent;
  cursor: default;
  pointer-events: none;
}


button:hover {
  background: #eeeeee;
}
.tertiary{
  background: transparent;
  text-decoration-line: underline;
  text-underline-offset: 2px; 
  text-decoration-color: rgb(168, 168, 168);   
}
.tertiary:hover{
  background: #F4F4F4;
}

/* About overlay */
.about-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content {
      max-width: 424px;
    background-color: #fff;
    padding: 32px;
    text-align: center;
    display: flex;
    flex: 1;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}

.about-content {
  margin-bottom: 16px;
}

.about-content {
  line-height: 1.15;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.growth-tree{
width: 32px;
}
.hidden {
  display: none;
}
