@import "cms/cms.css";
@import "cart/cart.css";

@font-face {
    font-family: 'Verdana';
    src: url('../../fonts/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../../fonts/ArialRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: #666666;
}
