@charset "utf-8";
/* CSS Document */

/* Desktop */
@import url("MOBILE-Intimidator-1-2026.css");

/* Tablet */
/* Original min-width number was 321px, one more than the size of the phone below */
@import url("Mobile-FOB-Tablet.css") only screen and (min-width: 481px) and (max-width: 768px);

/* Phone */
/* Original max-width number was 320px, Using 480 trying to include all mobile phones */
@import url("Mobile-FOB-Phone.css") only screen and (max-width: 480px);

