/*
Theme Name: CC Child
Theme URI: https://collegecollections.in
Description: Custom mobile app style child theme for College Collections
Author: Fradley & Scout
Template: astra
Version: 1.0
*/

/* ===== RESET ===== */

/*
Theme Name: College Collections
Template: astra
Version: 1.0
*/

body{
    margin:0;
    padding:0;
    background:#f5f5f5;
    font-family: Arial, sans-serif;
}

.cc-app{
    width:100%;
    max-width:480px;
    margin:0 auto;
    background:#fff;
    min-height:100vh;
}