/*
Theme Name: TechNova
Theme URI: https://technova.com
Author: Brahim
Version: 1.0
Text Domain: technova
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
}

/* ===========================================================
   GLOBAL THEME TRANSITION
=========================================================== */

html{

    scroll-behavior:smooth;

}

body,
header,
nav,
div,
section,
article,
aside,
main,
footer,
button,
a,
input,
textarea{

    transition:

        background-color .35s ease,

        color .35s ease,

        border-color .35s ease,

        box-shadow .35s ease;

}