/*=======================
* Common CSS
=======================*/

body {
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: 0.5s;
}
