@use "theme";

@layer components.modal {
    .root {
        padding: theme.$padding-y theme.$padding-x;
    }
}
