/*
Theme Name: Macha Spring Arbor
Theme URI: http://example.com
Author: Sai Kumar Macha
Description: Custom homepage theme inspired by Spring Arbor University
Version: 1.0
*/

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

body {
    font-family: "Montserrat", serif;
    line-height: 1.6;
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}