@font-face {
    font-family: 'Stylish Aesthetic';
    src: url('stylishaesthetic-bold-webfont.woff2') format('woff2'),
         url('stylishaesthetic-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Stylish Aesthetic';
    src: url('stylishaesthetic-regular-webfont.woff2') format('woff2'),
         url('stylishaesthetic-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Stylish Aesthetic';
    src: url('stylishaesthetic-light-webfont.woff2') format('woff2'),
         url('stylishaesthetic-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}