/*
Theme Name: Third Space Coaching
Theme URI: https://twoja-domena.pl
Author: Twoje Imię
Author URI: https://twoja-domena.pl
Description: Custom theme dla Third Space Coaching – one-page design z możliwością edycji treści.
Version: 1.0
Text Domain: thirdspace-coaching
*/

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

:root {}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
    font-family: 'Manrope', sans-serif;
    background-color: #f7e9db;
    color: #2c2c2c;
}
