/* Local fonts copied from: elittesolutions.app/src/client-intake/assets/fonts */

@import url('./sofia-pro/sofia-pro-light.css');
@import url('./sofia-pro/sofia-pro-regular.css');
@import url('./sofia-pro/sofia-pro-bold.css');

@font-face {
    font-family: 'Clemente';
    src: url('./clemente/clemente-light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Clemente';
    src: url('./clemente/clemente-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Clemente';
    src: url('./clemente/clemente-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Clemente';
    src: url('./clemente/clemente-heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
