/* Truvio */
/* Imports */
@import url('https://fonts.googleapis.com/css2?family=Be%20Vietnam%20Pro:wght@400&display=swap');
/* Museo Slab 700 */
@font-face {
 font-family: 'Museo Slab';
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: url('/Files/Templates/Designs/Swift-v2/Assets/Museo_Slab_700-webfont.woff2') format('woff2');
}
/* Basic types */
body, .preview {
/* Base */
--dw-base-font-size: 16px;
--dw-type-scale: 1.2;
/* Paragraphs */
--dw-font-family: Be Vietnam Pro;
--dw-font-weight: 400;
--dw-letter-spacing: 0em;
--dw-line-height: 1.4;
--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: Museo Slab;
--dw-font-style: normal;
--dw-font-weight: 700;
--dw-letter-spacing: 0em;
--dw-line-height: 1.2;
--dw-text-transform: none;
}
/* Buttons */
[data-dw-button] {
--dw-font-family: Be Vietnam Pro;
--dw-font-weight: 400;
--dw-letter-spacing: 0em;
--dw-line-height: 1.5;
--dw-text-transform: none;
}
