/*
Theme Name: Seoullo Theme
Theme URI: https://2pixeles.com
Author: William Chaparro
Author URI: https://2pixeles.com
Description: Tema ligero y minimalista para blogs, compatible con Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seoullo-theme
Tags: blog, minimal, responsive, elementor
*/
@font-face {
    font-family: 'AvenirNextLT';
    src: url('/wp-content/themes/seoullo-theme/fonts/AvenirNextLT-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLT';
    src: url('/wp-content/themes/seoullo-theme/fonts/AvenirNextLT-UltLt.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLT';
    src: url('/wp-content/themes/seoullo-theme/fonts/AvenirNextLT-CnIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #333;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    color: #005177;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
