@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Canela';
    src:
        url('../fonts/Canela-Light-Web.otf') format('opentype'),
        url('../fonts/Canela-Light-Web.ttf') format('truetype'),
        url('../fonts/Canela-Light-Web.woff2') format('woff2'),
        url('../fonts/Canela-Light-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
