/* BASE THEME - BURRITO LOKO */
@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("/assets/common/shop-styles-no-edit.css");

/* Base Theme CSS */
:root {
    --primary-color:#64B5F6; 
    --icons-color:#0f421f;
    --font-color:black;
    --titles-color:#0f421f;
    --titles-font-family: "Bungee Inline", sans-serif;
    --custom-font-family: "Open Sans", sans-serif;
}
/* Specific Styles for Sucré */
#header {
    background-color:#f7c726 !important;
}
apym-languages mat-label,
apym-languages .mat-select-arrow,
apym-languages .mat-select-value-text {
    color:#0f421f !important;
}
apym-languages .mat-form-field-underline {
    background-color:#0f421f !important;
}
