/* Patagonia 字体定义 */

/* GalaxieCopernicus-Book 字体 - 用于品牌Logo和标题 */
@font-face {
    font-family: 'GalaxieCopernicus';
    src: url('../fonts/GalaxieCopernicus-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* RidgewaySans 字体 - 用于导航和正文 */
@font-face {
    font-family: 'RidgewaySans';
    src: url('../fonts/RidgewaySans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 字体回退方案 - 更新为新的字体栈 */
.font-patagonia-logo {
    font-family: 'GalaxieCopernicus', 'Arial', 'Helvetica', sans-serif;
}

.font-patagonia-text {
    font-family: "Ridgeway Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} 