/*  SOKAZ child style -- pull in the parent (AllanStyle-SUBSILVER) stylesheet.
    phpBB3 doesn't auto-fall-back to parent theme/ files (only templates), so
    we explicitly @import the parent's stylesheet here. Its own @imports
    (base.css, common.css, content.css, colours.css, etc.) resolve relative
    to allanstyle-subsilver/theme/ and pick up correctly.

    Any SOKAZ-specific tweaks beyond what overall_header.html's inline <style>
    block does can be added BELOW this @import line.
*/
@import url("../../allanstyle-subsilver/theme/stylesheet.css");
