.font-body-md { font-family: 'Be Vietnam Pro', sans-serif; font-size: 16px; line-height: 24px; font-weight: 400; }
.font-headline-md-mobile { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; line-height: 32px; font-weight: 600; }
.font-label-sm { font-family: 'Be Vietnam Pro', sans-serif; font-size: 13px; line-height: 18px; letter-spacing: 0.01em; font-weight: 500; }
.font-title-sm { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; line-height: 28px; font-weight: 600; }
.font-body-lg { font-family: 'Be Vietnam Pro', sans-serif; font-size: 18px; line-height: 28px; font-weight: 400; }
.font-display-lg { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 40px; line-height: 48px; letter-spacing: -0.02em; font-weight: 700; }
.font-headline-md { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; line-height: 36px; font-weight: 600; }
.font-title-md { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; line-height: 30px; font-weight: 600; }

body {
    background-color: theme('colors.background');
    color: theme('colors.on-background');
}

/* Material Symbols Outlined — font-family bağlanmazsa ikon adları düz metin olarak görünür */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
