/*
Theme Name: OCTOPOS
Theme URI: https://www.facebook.com/profile.php?id=61552223098450
Author: OCTOPOS Dev Team
Description: OCTOPOS designed
Version: 1.4.1
Text Domain: OCTOPOS
Tags: blog, magazine, minimal, lightweight
*/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #212540;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #212540;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #212540;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #212540;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
