/* HewittRAD Wave 1 */
/* Imports */
/* Hewitt Titillium SemiBold */
@font-face {
 font-family: 'Titillium';
 font-style: normal;
 font-weight: 600;
 font-display: swap;
 src: url('/Files/Fonts/Hewitt/titillium-semibold.ttf') format('truetype');
}
/* Hewitt Oswald Medium */
@font-face {
 font-family: 'Oswald';
 font-style: normal;
 font-weight: 500;
 font-display: swap;
 src: url('/Files/Fonts/Hewitt/oswald-medium.ttf') format('truetype');
}
/* Basic types */
body, .preview {
/* Base */
--dw-base-font-size: 15px;
--dw-type-scale: 1.2;
/* Paragraphs */
--dw-font-family: "Titillium";
--dw-font-style: normal;
--dw-font-weight: 600;
--dw-letter-spacing: 0em;
--dw-line-height: 1.6;
--dw-text-transform: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6, .dw-h1, .dw-h2, .dw-h3, .dw-h4, .dw-h5, .dw-h6 {
--dw-font-family: "Oswald";
--dw-font-style: normal;
--dw-font-weight: 500;
--dw-letter-spacing: 0em;
--dw-line-height: 1.15;
--dw-text-transform: uppercase;
}
/* Buttons */
[data-dw-button] {
--dw-font-family: "Titillium";
--dw-font-style: normal;
--dw-font-weight: 600;
--dw-letter-spacing: 0em;
--dw-line-height: 1.2;
--dw-text-transform: none;
}
