@font-face {
    font-family: 'DM Sans';
    src: url('../webfonts//dmsans-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../webfonts/dmsans-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../webfonts/dmsans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeonik';
    src: url('../webfonts/aeonikextended-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

.text-dynamic,
.text-dynamic h1,
.text-dynamic h2,
.text-dynamic h3,
.text-dynamic h4,
.text-dynamic h5,
.text-dynamic h6,
.text-dynamic svg {
    color: var(--text-color, inherit) !important;
}

.text-white {
    color:#fff;
}

.text-align-left {
    text-align: left;
}
