/*
Theme Name: JobPitch
Theme URI: https://jobpitch.co.uk
Description: 60-second video job marketplace
Author: JobPitch
Version: 1.0
*/

/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}