@font-face {
    font-family: 'WTGarton';
    src: url('/fonts/WTGartonOrnateProportional-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WTGarton';
    src: url('/fonts/WTGartonOrnateProportional-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

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

/* =====================
   Typography
   Edit these to adjust text styles across the app
   ===================== */

h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}

h3, .section-label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.text-sm {
    font-size: 12px;
    line-height: 1.6;
}

.text-xs {
    font-size: 11px;
}

html {
    background: repeating-linear-gradient(
        45deg,
        #ffe763,
        #ffe763 90px,
        #f2d4e7 90px,
        #f2d4e7 180px
    );
    background-attachment: fixed;
}

body {
    font-family: 'WTGarton', serif;
    min-height: 100vh;
}
