/**
 * Core theme foundation styles.
 * Loaded globally as the base layer for all theme pages.
 */

:root {
    --accent-color: #31B5FF;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

body {
    min-width: 320px;
    overflow-x: hidden;
}

img,
svg,
video,
canvas,
audio,
iframe {
    max-width: 100%;
}
