/*
Theme Name: Vape SaaS Theme
Author: Vape SaaS
Version: 1.0.0
Text Domain: vape-saas-theme
*/

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

a {
    color: inherit;
}