/*
Theme Name: M Ray
Author: Mithun
Version: 1.0

*/


/* Optional: Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}