@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: 'Canela Text';
    src: url('./CanelaText-Regular.woff2') format('woff2'),
        url('./CanelaText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stylish Garden';
    src: url('./StylishGarden.woff2') format('woff2'),
        url('./StylishGarden.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

