@font-face {
    font-family: 'PhotoWall Sans';
    src: url('/assets/fonts/PhotoWallSans-Medium.woff2') format('woff2'),
        url('/assets/fonts/PhotoWallSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PhotoWall Sans';
    src: url('/assets/fonts/PhotoWallSans-Semibold.woff2') format('woff2'),
        url('/assets/fonts/PhotoWallSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Square Sans Cond Pro';
    src: url('/assets/fonts/PFSquareSansCondPro-Regular.woff2') format('woff2'),
        url('/assets/fonts/PFSquareSansCondPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PhotoWall Sans';
    src: url('/assets/fonts/PhotoWallSans-Bold.woff2') format('woff2'),
        url('/assets/fonts/PhotoWallSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Square Sans Cond Pro';
    src: url('/assets/fonts/PFSquareSansCondPro-Bold.woff2') format('woff2'),
        url('/assets/fonts/PFSquareSansCondPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

