@import url("bootstrap-icons.css");
@import url("custom-icons.css");
@font-face {
    font-family: 'Tondo';
    src: url('../webfonts/Tondo-Regular.woff2') format('woff2'),
        url('../webfonts/Tondo-Regular.woff') format('woff'),
        url('../webfonts/Tondo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
