/*
Theme Name: Amaya
Theme URI: https://example.com/
Author: Ankit / Amaya
Author URI: https://example.com/
Description: Minimal blank starter theme for custom landing pages.
Version: 1.0.0
Text Domain: amaya
*/

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #222;
    background: #fff;
}

/* Simple container helper */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Remove default image size limits */
img {
    max-width: 100%;
    height: auto;
}
