﻿@font-face {
    font-family: 'Lamore';
    src: url('/fonts/Lamore.otf') format('otf'), 
         url('/fonts/LamoreRegular.woff2') format('woff2'),
         url('/fonts/LamoreRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roa';
    src: url('/fonts/Roa-Regular.otf') format('otf'),
         url('/fonts/Roa-Regular.woff2') format('woff2'), 
         url('/fonts/Roa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
