@font-face {
    font-family: 'YrsaVF';
    src: url('/assets/font/YrsaVF-Ups.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YrsaVF';
    src: url('/assets/font/YrsaVF-Its.ttf') format('truetype');
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'YrsaVF', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}