/*
Theme Name: Kontingen Indonesia AG 2026
Theme URI: https://ag.infobssn.com
Author: Infobssn
Author URI: https://infobssn.com
Description: Custom WordPress theme untuk website Kontingen Indonesia Asian Games 2026.
Version: 1.1.1
Text Domain: kontingen-ag2026
*/

:root {
    --ag-navy: #071a38;
    --ag-red: #d71920;
    --ag-gold: #c99a3d;
    --ag-white: #ffffff;
    --ag-light: #f5f6f8;
    --ag-text: #172033;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ag-text);
    background: var(--ag-white);
}

img {
    max-width: 100%;
    height: auto;
}

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

.ag-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}
