/*
Theme Name: Sharp Support Theme
Theme URI: http://sharp.com
Author: Your Name
Author URI: http://sharp.com
Description: Custom theme for Sharp support pages
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sharp-support
Template: twentytwentyfour
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.sharp-accent {
    color: #E51D31;
}

.sharp-bg {
    background-color: #E51D31;
}
