/*
 * Eaton Lane Advisory - @font-face declarations.
 * Served STATICALLY by Laravel (not bundled by Vite) so the absolute
 * /assets/eatonlane/fonts/... paths resolve identically in dev and prod.
 * Vite's dev server rewrites url() in bundled CSS, which 404s these woff2 files;
 * keeping them here avoids that entirely.
 */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/oswald/oswald-v57-latin-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/oswald/oswald-v57-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/oswald/oswald-v57-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/oswald/oswald-v57-latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/roboto/roboto-v49-latin-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/roboto/roboto-v49-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/roboto/roboto-v51-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/eatonlane/fonts/roboto/roboto-v49-latin-700.woff2') format('woff2');
}
