@font-face {
    font-family: 'Yrsa';
    src: url('../fonts/yrsa/yrsa-bold.woff2') format('woff2'),
         url('../fonts/yrsa/yrsa-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
}

@font-face {
    font-family: 'Yrsa';
    src: url('../fonts/yrsa/yrsa-bolditalic.woff2') format('woff2'),
         url('../fonts/yrsa/yrsa-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
}

@font-face {
    font-family: 'Yrsa';
    src: url('../fonts/yrsa/yrsa-italic.woff2') format('woff2'),
         url('../fonts/yrsa/yrsa-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
}

@font-face {
    font-family: 'Yrsa';
    src: url('../fonts/yrsa/yrsa-regular.woff2') format('woff2'),
         url('../fonts/yrsa/yrsa-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
}