
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* Custom Font Face - Replace Aleo with Gotham Rounded */
@font-face {
    font-family: "Aleo"; /* Keep the same name to avoid changing all references */
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_book.otf') format('opentype');
    font-weight: 400; /* normal */
    font-style: normal;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_bold.otf') format('opentype');
    font-weight: 700; /* bold */
    font-style: normal;
}

/* If you have italic versions, add them too */
@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_bookitalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Aleo";
    src: url('/assets/fonts/Gotham Rounded/gothamrnd_bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}


.fraunces {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}

.aleo {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Legal Pages Shared Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Aleo", serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.legal-page-container-z9k2
 {
    max-width: 1000px;
    margin: 4rem auto 0 auto;
    background: white;
    min-height: 100vh;
}

.legal-header-m4n6 {
    background: linear-gradient(135deg, #2d4a3e 0%, #1f3329 100%);
    color: white;
    padding: 60px 0 40px 0;
    text-align: center;
}

.header-content-p8q1 {
    padding: 0 20px;
}

.page-title-j7w3 {
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.breadcrumb-x5r8 {
    font-size: 16px;
    opacity: 0.9;
}

.breadcrumb-link-k2m9 {
    color: #edbd01;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.breadcrumb-link-k2m9:hover {
    opacity: 0.8;
}

.legal-content-d3f7 {
    padding: 40px;
}

.content-wrapper-h8j4 {
    max-width: 800px;
    margin: 0 auto;
}

.last-updated-n6t5 {
    background: #f8f9fa;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    border-left: 4px solid #edbd01;
    font-size: 14px;
    color: #666;
}

.legal-section-b9v2 {
    margin-bottom: 40px;
}

.legal-section-b9v2 h2 {
    font-family: "Fraunces", serif;
    font-size: 28px;
    color: #2d4a3e;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #edbd01;
    font-weight: 600;
}

.legal-section-b9v2 h3 {
    font-family: "Fraunces", serif;
    font-size: 22px;
    color: #2d4a3e;
    margin-bottom: 16px;
    margin-top: 24px;
    font-weight: 500;
}

.legal-section-b9v2 p {
    margin-bottom: 16px;
    line-height: 1.7;
    font-size: 16px;
}

.legal-section-b9v2 ul, 
.legal-section-b9v2 ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.legal-section-b9v2 li {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 16px;
}

.legal-section-b9v2 strong {
    color: #2d4a3e;
    font-weight: 600;
}

.contact-info-l5w8 {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #edbd01;
    margin-top: 20px;
}

.contact-info-l5w8 p {
    margin-bottom: 8px;
    font-size: 16px;
}

.important-notice-q8k3 {
    background: linear-gradient(135deg, #fff3cd 0%, #fef9e7 100%);
    border: 2px solid #edbd01;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.important-notice-q8k3 p {
    color: #856404;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.policy-acknowledgment-w7n4 {
    background: linear-gradient(135deg, #d4edda 0%, #f8fff9 100%);
    border: 2px solid #28a745;
    padding: 24px;
    border-radius: 12px;
    margin-top: 40px;
    text-align: center;
}

.policy-acknowledgment-w7n4 p {
    color: #155724;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

/* Table Styles */
.delivery-table-r3x7 {
    margin: 20px 0;
    overflow-x: auto;
}

.delivery-table-r3x7 table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.delivery-table-r3x7 th,
.delivery-table-r3x7 td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.delivery-table-r3x7 th {
    background: #2d4a3e;
    color: white;
    font-weight: 600;
    font-family: "Fraunces", serif;
}

.delivery-table-r3x7 tr:last-child td {
    border-bottom: none;
}

.delivery-table-r3x7 tr:nth-child(even) {
    background: #f8f9fa;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .legal-content-d3f7 {
        padding: 24px 20px;
    }
    
    .page-title-j7w3 {
        font-size: 2.2rem;
    }
    
    .legal-section-b9v2 h2 {
        font-size: 24px;
    }
    
    .legal-section-b9v2 h3 {
        font-size: 20px;
    }
    
    .legal-section-b9v2 p,
    .legal-section-b9v2 li {
        font-size: 15px;
    }
    
    .contact-info-l5w8 {
        padding: 16px;
    }
    
    .important-notice-q8k3 {
        padding: 16px;
    }
    
    .important-notice-q8k3 p {
        font-size: 16px;
    }
    
    .delivery-table-r3x7 {
        font-size: 14px;
    }
    
    .delivery-table-r3x7 th,
    .delivery-table-r3x7 td {
        padding: 12px 8px;
    }
    .legal-page-container-z9k2
 {
    max-width: 1000px;
    margin: 1rem auto 0 auto;
    background: white;
    min-height: 100vh;
}
}

@media (max-width: 480px) {
    .legal-header-m4n6 {
        padding: 40px 0 30px 0;
    }
    
    .legal-content-d3f7 {
        padding: 20px 15px;
    }
    
    .breadcrumb-x5r8 {
        font-size: 14px;
    }
    
    .legal-section-b9v2 ul,
    .legal-section-b9v2 ol {
        padding-left: 20px;
    }
    
    .delivery-table-r3x7 {
        font-size: 13px;
    }
    
    .delivery-table-r3x7 th,
    .delivery-table-r3x7 td {
        padding: 10px 6px;
    }
}

/* Print Styles */
@media print {
    .legal-header-m4n6 {
        background: none;
        color: black;
    }
    
    .breadcrumb-x5r8 {
        display: none;
    }
    
    .contact-info-l5w8,
    .important-notice-q8k3,
    .policy-acknowledgment-w7n4 {
        background: none;
        border: 1px solid #ccc;
    }
    
    .legal-section-b9v2 {
        page-break-inside: avoid;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection Styles */
::selection {
    background: #edbd01;
    color: #2d4a3e;
}
