/*
Theme Name: SDESS Institucional
Theme URI: https://studiodess.com
Author: SDESS
Author URI: https://studiodess.com
Description: Tema institucional do Sindicato dos Policiais Rodoviários Federais do Rio Grande do Norte.
Version: 1.2.0
Text Domain: sdess
*/

/* Base Styles */
:root {
    --primary-color: #061f59;
    --secondary-color: #f4a900;
    --header-bg: #061f59;
    --text-color: #17213a;
    --white: #ffffff;
    --font-family: 'Nunito Sans', Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: #f9f9f9;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}
