@import "cms/cms.css";
@import "cart/cart.css";
@import "pdp/pdp.css";
@import "category/category.css";

@font-face {
    font-family: 'Verdana';
    src: url('../../../../../frontend/Gamers/Hyva/default/fonts/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../../../../../frontend/Gamers/Hyva/default/fonts/ArialRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSans';
    src: url('../fonts/DMSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "DMSans", sans-serif !important;
    color: #666666;
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DMSans", sans-serif !important;
}
.border-primary {
    border-color: rgb(29 78 216/var(--tw-border-opacity)) !important;
}